Html Css Color HEX #CF0627 Fire Engine Red

📋 copy color: '#CF0627'

red 207 ◦ green 6 ◦ blue 39

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

Shades of Fire Engine Red #CF0627

Tints of Fire Engine Red #CF0627

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.38%

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 82.14%
G = 2.38%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF0627 (or 0xCF0627) is known color: Fire Engine Red. HEX triplet: CF, 06 and 27. RGB value is (207,6,39). Sum of RGB (Red+Green+Blue) = 207+6+39=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0627 is #30F9D8. Grayscale: #454545. Windows color (decimal): -3209689 or 2557647. OLE color: 2557647.

HSL color Cylindrical-coordinate representation of color #CF0627: hue angle of 350.15º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0627 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 39 -
CMYK 0 0.97 0.81 0.19
HSL 350.15º 0.94% 0.42% -
HSV(B) 350.15º 0.97% 0.81% -
XYZ 26.16 13.54 3.15 -
YUV 69.86 110.59 225.82 -
System Red Green Blue C M Y K H S L
Decimal 207 6 39 0 0.97 0.81 0.19 350.15 0.94 0.42
Hex CF 6 27 0 61 51 13 15E 5E 2A
Octal 317 6 47 0 141 121 23 536 136 52
Binary 11001111 110 100111 0 1100001 1010001 10011 101011110 1011110 101010

Color Harmonies of #CF0627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0627

Black with #CF0627

Text Example


Text Example

White with #CF0627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0627; }

 p { color: rgb(207,6,39); }

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

background-color css

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

 a { background-color: rgb(207,6,39); }

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

border-color css

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

 span { border-color: rgb(207,6,39); }

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