Html Css Color HEX #CF1319 Fire Engine Red

📋 copy color: '#CF1319'

red 207 ◦ green 19 ◦ blue 25

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

Shades of Fire Engine Red #CF1319

Tints of Fire Engine Red #CF1319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

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

R = 82.47%
G = 7.57%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF1319 (or 0xCF1319) is known color: Fire Engine Red. HEX triplet: CF, 13 and 19. RGB value is (207,19,25). Sum of RGB (Red+Green+Blue) = 207+19+25=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1319 is #30ECE6. Grayscale: #4C4C4C. Windows color (decimal): -3206375 or 1643471. OLE color: 1643471.

HSL color Cylindrical-coordinate representation of color #CF1319: hue angle of 358.09º degrees, saturation: 0.83, 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 #CF1319 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 25 -
CMYK 0 0.91 0.88 0.19
HSL 358.09º 0.83% 0.44% -
HSV(B) 358.09º 0.91% 0.81% -
XYZ 26.14 13.8 2.21 -
YUV 75.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 207 19 25 0 0.91 0.88 0.19 358.09 0.83 0.44
Hex CF 13 19 0 5B 58 13 166 53 2C
Octal 317 23 31 0 133 130 23 546 123 54
Binary 11001111 10011 11001 0 1011011 1011000 10011 101100110 1010011 101100

Color Harmonies of #CF1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1319

Black with #CF1319

Text Example


Text Example

White with #CF1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1319; }

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

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

background-color css

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

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

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

border-color css

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

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

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