Html Css Color HEX #CB2042 Cardinal

📋 copy color: '#CB2042'

red 203 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #CB2042

Tints of Cardinal #CB2042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 67.44%
G = 10.63%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB2042 (or 0xCB2042) is known color: Cardinal. HEX triplet: CB, 20 and 42. RGB value is (203,32,66). Sum of RGB (Red+Green+Blue) = 203+32+66=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2042 is #34DFBD. Grayscale: #575757. Windows color (decimal): -3465150 or 4333771. OLE color: 4333771.

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

Color convert

RGB 203 32 66 -
CMYK 0 0.84 0.67 0.20
HSL 348.07º 0.73% 0.46% -
HSV(B) 348.07º 0.84% 0.8% -
XYZ 26.13 14.12 6.5 -
YUV 87.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 203 32 66 0 0.84 0.67 0.20 348.07 0.73 0.46
Hex CB 20 42 0 54 43 14 15C 49 2E
Octal 313 40 102 0 124 103 24 534 111 56
Binary 11001011 100000 1000010 0 1010100 1000011 10100 101011100 1001001 101110

Color Harmonies of #CB2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2042

Black with #CB2042

Text Example


Text Example

White with #CB2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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