Html Css Color HEX #CF1227 Fire Engine Red

📋 copy color: '#CF1227'

red 207 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #CF1227

Tints of Fire Engine Red #CF1227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 78.41%
G = 6.82%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF1227 (or 0xCF1227) is known color: Fire Engine Red. HEX triplet: CF, 12 and 27. RGB value is (207,18,39). Sum of RGB (Red+Green+Blue) = 207+18+39=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1227 is #30EDD8. Grayscale: #4D4D4D. Windows color (decimal): -3206617 or 2560719. OLE color: 2560719.

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

Color convert

RGB 207 18 39 -
CMYK 0 0.91 0.81 0.19
HSL 353.33º 0.84% 0.44% -
HSV(B) 353.33º 0.91% 0.81% -
XYZ 26.31 13.84 3.2 -
YUV 76.91 106.62 220.79 -
System Red Green Blue C M Y K H S L
Decimal 207 18 39 0 0.91 0.81 0.19 353.33 0.84 0.44
Hex CF 12 27 0 5B 51 13 161 54 2C
Octal 317 22 47 0 133 121 23 541 124 54
Binary 11001111 10010 100111 0 1011011 1010001 10011 101100001 1010100 101100

Color Harmonies of #CF1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1227

Black with #CF1227

Text Example


Text Example

White with #CF1227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1227; }

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

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

background-color css

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

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

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

border-color css

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

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

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