Html Css Color HEX #CF0D2E Fire Engine Red

📋 copy color: '#CF0D2E'

red 207 ◦ green 13 ◦ blue 46

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

Shades of Fire Engine Red #CF0D2E

Tints of Fire Engine Red #CF0D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 77.82%
G = 4.89%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF0D2E (or 0xCF0D2E) is known color: Fire Engine Red. HEX triplet: CF, 0D and 2E. RGB value is (207,13,46). Sum of RGB (Red+Green+Blue) = 207+13+46=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D2E is #30F2D1. Grayscale: #4A4A4A. Windows color (decimal): -3207890 or 3018191. OLE color: 3018191.

HSL color Cylindrical-coordinate representation of color #CF0D2E: hue angle of 349.79º 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 #CF0D2E is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 13 46 -
CMYK 0 0.94 0.78 0.19
HSL 349.79º 0.88% 0.43% -
HSV(B) 349.79º 0.94% 0.81% -
XYZ 26.37 13.75 3.85 -
YUV 74.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 207 13 46 0 0.94 0.78 0.19 349.79 0.88 0.43
Hex CF D 2E 0 5E 4E 13 15E 58 2B
Octal 317 15 56 0 136 116 23 536 130 53
Binary 11001111 1101 101110 0 1011110 1001110 10011 101011110 1011000 101011

Color Harmonies of #CF0D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D2E

Black with #CF0D2E

Text Example


Text Example

White with #CF0D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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