Html Css Color HEX #CF1827 Fire Engine Red

📋 copy color: '#CF1827'

red 207 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #CF1827

Tints of Fire Engine Red #CF1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 76.67%
G = 8.89%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF1827 (or 0xCF1827) is known color: Fire Engine Red. HEX triplet: CF, 18 and 27. RGB value is (207,24,39). Sum of RGB (Red+Green+Blue) = 207+24+39=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1827 is #30E7D8. Grayscale: #505050. Windows color (decimal): -3205081 or 2562255. OLE color: 2562255.

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

Color convert

RGB 207 24 39 -
CMYK 0 0.88 0.81 0.19
HSL 355.08º 0.79% 0.45% -
HSV(B) 355.08º 0.88% 0.81% -
XYZ 26.42 14.07 3.24 -
YUV 80.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 207 24 39 0 0.88 0.81 0.19 355.08 0.79 0.45
Hex CF 18 27 0 58 51 13 163 4F 2D
Octal 317 30 47 0 130 121 23 543 117 55
Binary 11001111 11000 100111 0 1011000 1010001 10011 101100011 1001111 101101

Color Harmonies of #CF1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1827

Black with #CF1827

Text Example


Text Example

White with #CF1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1827; }

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

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

background-color css

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

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

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

border-color css

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

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

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