Html Css Color HEX #CF0D1E Fire Engine Red

📋 copy color: '#CF0D1E'

red 207 ◦ green 13 ◦ blue 30

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

Shades of Fire Engine Red #CF0D1E

Tints of Fire Engine Red #CF0D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.2%

 BLUE value IS 30 (12.11% from 255) = 12%

R = 82.8%
G = 5.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF0D1E (or 0xCF0D1E) is known color: Fire Engine Red. HEX triplet: CF, 0D and 1E. RGB value is (207,13,30). Sum of RGB (Red+Green+Blue) = 207+13+30=250 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D1E is #30F2E1. Grayscale: #494949. Windows color (decimal): -3207906 or 1969615. OLE color: 1969615.

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

Color convert

RGB 207 13 30 -
CMYK 0 0.94 0.86 0.19
HSL 354.74º 0.88% 0.43% -
HSV(B) 354.74º 0.94% 0.81% -
XYZ 26.11 13.65 2.49 -
YUV 72.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 207 13 30 0 0.94 0.86 0.19 354.74 0.88 0.43
Hex CF D 1E 0 5E 56 13 163 58 2B
Octal 317 15 36 0 136 126 23 543 130 53
Binary 11001111 1101 11110 0 1011110 1010110 10011 101100011 1011000 101011

Color Harmonies of #CF0D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D1E

Black with #CF0D1E

Text Example


Text Example

White with #CF0D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D1E; }

 p { color: rgb(207,13,30); }

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

background-color css

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

 a { background-color: rgb(207,13,30); }

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

border-color css

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

 span { border-color: rgb(207,13,30); }

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