Html Css Color HEX #CF1419 Fire Engine Red

📋 copy color: '#CF1419'

red 207 ◦ green 20 ◦ blue 25

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

Shades of Fire Engine Red #CF1419

Tints of Fire Engine Red #CF1419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.94%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 82.14%
G = 7.94%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF1419 (or 0xCF1419) is known color: Fire Engine Red. HEX triplet: CF, 14 and 19. RGB value is (207,20,25). Sum of RGB (Red+Green+Blue) = 207+20+25=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1419 is #30EBE6. Grayscale: #4C4C4C. Windows color (decimal): -3206119 or 1643727. OLE color: 1643727.

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

Color convert

RGB 207 20 25 -
CMYK 0 0.90 0.88 0.19
HSL 358.4º 0.82% 0.45% -
HSV(B) 358.4º 0.9% 0.81% -
XYZ 26.16 13.84 2.21 -
YUV 76.48 98.95 221.09 -
System Red Green Blue C M Y K H S L
Decimal 207 20 25 0 0.90 0.88 0.19 358.4 0.82 0.45
Hex CF 14 19 0 5A 58 13 166 52 2D
Octal 317 24 31 0 132 130 23 546 122 55
Binary 11001111 10100 11001 0 1011010 1011000 10011 101100110 1010010 101101

Color Harmonies of #CF1419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1419

Black with #CF1419

Text Example


Text Example

White with #CF1419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1419; }

 p { color: rgb(207,20,25); }

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

background-color css

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

 a { background-color: rgb(207,20,25); }

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

border-color css

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

 span { border-color: rgb(207,20,25); }

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