Html Css Color HEX #CB2034 Cardinal

📋 copy color: '#CB2034'

red 203 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #CB2034

Tints of Cardinal #CB2034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 70.73%
G = 11.15%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB2034 (or 0xCB2034) is known color: Cardinal. HEX triplet: CB, 20 and 34. RGB value is (203,32,52). Sum of RGB (Red+Green+Blue) = 203+32+52=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2034 is #34DFCB. Grayscale: #555555. Windows color (decimal): -3465164 or 3416267. OLE color: 3416267.

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

Color convert

RGB 203 32 52 -
CMYK 0 0.84 0.74 0.20
HSL 352.98º 0.73% 0.46% -
HSV(B) 352.98º 0.84% 0.8% -
XYZ 25.76 13.98 4.59 -
YUV 85.41 109.15 211.87 -
System Red Green Blue C M Y K H S L
Decimal 203 32 52 0 0.84 0.74 0.20 352.98 0.73 0.46
Hex CB 20 34 0 54 4A 14 161 49 2E
Octal 313 40 64 0 124 112 24 541 111 56
Binary 11001011 100000 110100 0 1010100 1001010 10100 101100001 1001001 101110

Color Harmonies of #CB2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2034

Black with #CB2034

Text Example


Text Example

White with #CB2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2034; }

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

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

background-color css

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

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

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

border-color css

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

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

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