Html Css Color HEX #CB2241 Cardinal

📋 copy color: '#CB2241'

red 203 ◦ green 34 ◦ blue 65

#CB2241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CB2241

Tints of Cardinal #CB2241

RGB

 RED value IS 203 (79.69% from 255) = 67.22%

 GREEN value IS 34 (13.67% from 255) = 11.26%

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 67.22%
G = 11.26%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB2241 (or 0xCB2241) is known color: Cardinal. HEX triplet: CB, 22 and 41. RGB value is (203,34,65). Sum of RGB (Red+Green+Blue) = 203+34+65=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2241 is #34DDBE. Grayscale: #585858. Windows color (decimal): -3464639 or 4268747. OLE color: 4268747.

HSL color Cylindrical-coordinate representation of color #CB2241: hue angle of 348.99º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2241 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 34 65 -
CMYK 0 0.83 0.68 0.20
HSL 348.99º 0.71% 0.46% -
HSV(B) 348.99º 0.83% 0.8% -
XYZ 26.15 14.22 6.37 -
YUV 88.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 203 34 65 0 0.83 0.68 0.20 348.99 0.71 0.46
Hex CB 22 41 0 53 44 14 15D 47 2E
Octal 313 42 101 0 123 104 24 535 107 56
Binary 11001011 100010 1000001 0 1010011 1000100 10100 101011101 1000111 101110

Color Harmonies of #CB2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2241

Black with #CB2241

Text Example


Text Example

White with #CB2241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2241; }

 p { color: rgb(203,34,65); }

 H1.HeaderClassName
 {
   color: #CB2241;
 }
 .AnyTagClassName
 {
   color: #CB2241;
 }
</style>

background-color css

<style>
 a { background-color: #CB2241; }

 a { background-color: rgb(203,34,65); }

 div.DivClassName
 {
   background-color: #CB2241;
 }
 .BgClassName
 {
   background-color: #CB2241;
 }
</style>

border-color css

<style>
 span { border-color: #CB2241; }

 span { border-color: rgb(203,34,65); }

 td.TdClassName
 {
   border-color: #CB2241;
 }
 .TagClassName
 {
   border-color: #CB2241;
 }
</style>