Html Css Color HEX #CB4235 Grenadier

📋 copy color: '#CB4235'

red 203 ◦ green 66 ◦ blue 53

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

Shades of Grenadier #CB4235

Tints of Grenadier #CB4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

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

R = 63.04%
G = 20.5%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB4235 (or 0xCB4235) is known color: Grenadier. HEX triplet: CB, 42 and 35. RGB value is (203,66,53). Sum of RGB (Red+Green+Blue) = 203+66+53=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4235 is #34BDCA. Grayscale: #696969. Windows color (decimal): -3456459 or 3490507. OLE color: 3490507.

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

Color convert

RGB 203 66 53 -
CMYK 0 0.67 0.74 0.20
HSL 5.2º 0.59% 0.5% -
HSV(B) 5.2º 0.74% 0.8% -
XYZ 27.22 16.85 5.19 -
YUV 105.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 203 66 53 0 0.67 0.74 0.20 5.2 0.59 0.5
Hex CB 42 35 0 43 4A 14 5 3B 32
Octal 313 102 65 0 103 112 24 5 73 62
Binary 11001011 1000010 110101 0 1000011 1001010 10100 101 111011 110010

Color Harmonies of #CB4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4235

Black with #CB4235

Text Example


Text Example

White with #CB4235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4235; }

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

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

background-color css

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

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

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

border-color css

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

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

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