Html Css Color HEX #CB2342 Cardinal

📋 copy color: '#CB2342'

red 203 ◦ green 35 ◦ blue 66

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

Shades of Cardinal #CB2342

Tints of Cardinal #CB2342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 66.78%
G = 11.51%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB2342 (or 0xCB2342) is known color: Cardinal. HEX triplet: CB, 23 and 42. RGB value is (203,35,66). Sum of RGB (Red+Green+Blue) = 203+35+66=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2342 is #34DCBD. Grayscale: #585858. Windows color (decimal): -3464382 or 4334539. OLE color: 4334539.

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

Color convert

RGB 203 35 66 -
CMYK 0 0.83 0.67 0.20
HSL 348.93º 0.71% 0.47% -
HSV(B) 348.93º 0.83% 0.8% -
XYZ 26.21 14.29 6.53 -
YUV 88.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 203 35 66 0 0.83 0.67 0.20 348.93 0.71 0.47
Hex CB 23 42 0 53 43 14 15D 47 2F
Octal 313 43 102 0 123 103 24 535 107 57
Binary 11001011 100011 1000010 0 1010011 1000011 10100 101011101 1000111 101111

Color Harmonies of #CB2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2342

Black with #CB2342

Text Example


Text Example

White with #CB2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2342; }

 p { color: rgb(203,35,66); }

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

background-color css

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

 a { background-color: rgb(203,35,66); }

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

border-color css

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

 span { border-color: rgb(203,35,66); }

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