Html Css Color HEX #CB2242 Cardinal

📋 copy color: '#CB2242'

red 203 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #CB2242

Tints of Cardinal #CB2242

RGB

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

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

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

R = 67%
G = 11.22%
B = 21.78%

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

#CB2242 (or 0xCB2242) is known color: Cardinal. HEX triplet: CB, 22 and 42. RGB value is (203,34,66). Sum of RGB (Red+Green+Blue) = 203+34+66=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2242 is #34DDBD. Grayscale: #585858. Windows color (decimal): -3464638 or 4334283. OLE color: 4334283.

HSL color Cylindrical-coordinate representation of color #CB2242: hue angle of 348.64º 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 #CB2242 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 34 66 -
CMYK 0 0.83 0.67 0.20
HSL 348.64º 0.71% 0.46% -
HSV(B) 348.64º 0.83% 0.8% -
XYZ 26.18 14.23 6.52 -
YUV 88.18 115.49 209.9 -
System Red Green Blue C M Y K H S L
Decimal 203 34 66 0 0.83 0.67 0.20 348.64 0.71 0.46
Hex CB 22 42 0 53 43 14 15D 47 2E
Octal 313 42 102 0 123 103 24 535 107 56
Binary 11001011 100010 1000010 0 1010011 1000011 10100 101011101 1000111 101110

Color Harmonies of #CB2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2242

Black with #CB2242

Text Example


Text Example

White with #CB2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2242; }

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

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

background-color css

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

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

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

border-color css

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

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

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