Html Css Color HEX #CF4A3E Grenadier

📋 copy color: '#CF4A3E'

red 207 ◦ green 74 ◦ blue 62

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

Shades of Grenadier #CF4A3E

Tints of Grenadier #CF4A3E

RGB

 RED value IS 207 (81.25% from 255) = 60.35%

 GREEN value IS 74 (29.3% from 255) = 21.57%

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 60.35%
G = 21.57%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF4A3E (or 0xCF4A3E) is known color: Grenadier. HEX triplet: CF, 4A and 3E. RGB value is (207,74,62). Sum of RGB (Red+Green+Blue) = 207+74+62=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4A3E is #30B5C1. Grayscale: #707070. Windows color (decimal): -3192258 or 4082383. OLE color: 4082383.

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

Color convert

RGB 207 74 62 -
CMYK 0 0.64 0.70 0.19
HSL 4.97º 0.6% 0.53% -
HSV(B) 4.97º 0.7% 0.81% -
XYZ 29.05 18.51 6.6 -
YUV 112.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 207 74 62 0 0.64 0.70 0.19 4.97 0.6 0.53
Hex CF 4A 3E 0 40 46 13 5 3C 35
Octal 317 112 76 0 100 106 23 5 74 65
Binary 11001111 1001010 111110 0 1000000 1000110 10011 101 111100 110101

Color Harmonies of #CF4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A3E

Black with #CF4A3E

Text Example


Text Example

White with #CF4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A3E; }

 p { color: rgb(207,74,62); }

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

background-color css

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

 a { background-color: rgb(207,74,62); }

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

border-color css

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

 span { border-color: rgb(207,74,62); }

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