Html Css Color HEX #CF0727 Fire Engine Red

📋 copy color: '#CF0727'

red 207 ◦ green 7 ◦ blue 39

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

Shades of Fire Engine Red #CF0727

Tints of Fire Engine Red #CF0727

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

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

R = 81.82%
G = 2.77%
B = 15.42%

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

#CF0727 (or 0xCF0727) is known color: Fire Engine Red. HEX triplet: CF, 07 and 27. RGB value is (207,7,39). Sum of RGB (Red+Green+Blue) = 207+7+39=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0727 is #30F8D8. Grayscale: #464646. Windows color (decimal): -3209433 or 2557903. OLE color: 2557903.

HSL color Cylindrical-coordinate representation of color #CF0727: hue angle of 350.4º degrees, saturation: 0.93, 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 #CF0727 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 39 -
CMYK 0 0.97 0.81 0.19
HSL 350.4º 0.93% 0.42% -
HSV(B) 350.4º 0.97% 0.81% -
XYZ 26.17 13.56 3.16 -
YUV 70.45 110.26 225.4 -
System Red Green Blue C M Y K H S L
Decimal 207 7 39 0 0.97 0.81 0.19 350.4 0.93 0.42
Hex CF 7 27 0 61 51 13 15E 5D 2A
Octal 317 7 47 0 141 121 23 536 135 52
Binary 11001111 111 100111 0 1100001 1010001 10011 101011110 1011101 101010

Color Harmonies of #CF0727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0727

Black with #CF0727

Text Example


Text Example

White with #CF0727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0727; }

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

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

background-color css

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

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

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

border-color css

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

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

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