Html Css Color HEX #CE4B40 Grenadier

📋 copy color: '#CE4B40'

red 206 ◦ green 75 ◦ blue 64

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

Shades of Grenadier #CE4B40

Tints of Grenadier #CE4B40

RGB

 RED value IS 206 (80.86% from 255) = 59.71%

 GREEN value IS 75 (29.69% from 255) = 21.74%

 BLUE value IS 64 (25.39% from 255) = 18.55%

R = 59.71%
G = 21.74%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE4B40 (or 0xCE4B40) is known color: Grenadier. HEX triplet: CE, 4B and 40. RGB value is (206,75,64). Sum of RGB (Red+Green+Blue) = 206+75+64=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4B40 is #31B4BF. Grayscale: #717171. Windows color (decimal): -3257536 or 4213710. OLE color: 4213710.

HSL color Cylindrical-coordinate representation of color #CE4B40: hue angle of 4.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4B40 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 75 64 -
CMYK 0 0.64 0.69 0.19
HSL 4.65º 0.59% 0.53% -
HSV(B) 4.65º 0.69% 0.81% -
XYZ 28.9 18.52 6.9 -
YUV 112.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 206 75 64 0 0.64 0.69 0.19 4.65 0.59 0.53
Hex CE 4B 40 0 40 45 13 5 3B 35
Octal 316 113 100 0 100 105 23 5 73 65
Binary 11001110 1001011 1000000 0 1000000 1000101 10011 101 111011 110101

Color Harmonies of #CE4B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B40

Black with #CE4B40

Text Example


Text Example

White with #CE4B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B40; }

 p { color: rgb(206,75,64); }

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

background-color css

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

 a { background-color: rgb(206,75,64); }

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

border-color css

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

 span { border-color: rgb(206,75,64); }

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