Html Css Color HEX #CB2435 Cardinal

📋 copy color: '#CB2435'

red 203 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #CB2435

Tints of Cardinal #CB2435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.33%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 69.52%
G = 12.33%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB2435 (or 0xCB2435) is known color: Cardinal. HEX triplet: CB, 24 and 35. RGB value is (203,36,53). Sum of RGB (Red+Green+Blue) = 203+36+53=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2435 is #34DBCA. Grayscale: #575757. Windows color (decimal): -3464139 or 3482827. OLE color: 3482827.

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

Color convert

RGB 203 36 53 -
CMYK 0 0.82 0.74 0.20
HSL 353.89º 0.7% 0.47% -
HSV(B) 353.89º 0.82% 0.8% -
XYZ 25.9 14.22 4.75 -
YUV 87.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 203 36 53 0 0.82 0.74 0.20 353.89 0.7 0.47
Hex CB 24 35 0 52 4A 14 162 46 2F
Octal 313 44 65 0 122 112 24 542 106 57
Binary 11001011 100100 110101 0 1010010 1001010 10100 101100010 1000110 101111

Color Harmonies of #CB2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2435

Black with #CB2435

Text Example


Text Example

White with #CB2435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2435; }

 p { color: rgb(203,36,53); }

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

background-color css

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

 a { background-color: rgb(203,36,53); }

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

border-color css

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

 span { border-color: rgb(203,36,53); }

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