Html Css Color HEX #CE443D Grenadier

📋 copy color: '#CE443D'

red 206 ◦ green 68 ◦ blue 61

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

Shades of Grenadier #CE443D

Tints of Grenadier #CE443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 61.49%
G = 20.3%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE443D (or 0xCE443D) is known color: Grenadier. HEX triplet: CE, 44 and 3D. RGB value is (206,68,61). Sum of RGB (Red+Green+Blue) = 206+68+61=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE443D is #31BBC2. Grayscale: #6C6C6C. Windows color (decimal): -3259331 or 4015310. OLE color: 4015310.

HSL color Cylindrical-coordinate representation of color #CE443D: hue angle of 2.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE443D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 61 -
CMYK 0 0.67 0.70 0.19
HSL 2.9º 0.6% 0.52% -
HSV(B) 2.9º 0.7% 0.81% -
XYZ 28.36 17.59 6.32 -
YUV 108.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 206 68 61 0 0.67 0.70 0.19 2.9 0.6 0.52
Hex CE 44 3D 0 43 46 13 3 3C 34
Octal 316 104 75 0 103 106 23 3 74 64
Binary 11001110 1000100 111101 0 1000011 1000110 10011 11 111100 110100

Color Harmonies of #CE443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE443D

Black with #CE443D

Text Example


Text Example

White with #CE443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE443D; }

 p { color: rgb(206,68,61); }

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

background-color css

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

 a { background-color: rgb(206,68,61); }

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

border-color css

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

 span { border-color: rgb(206,68,61); }

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