Html Css Color HEX #CF102E Fire Engine Red

📋 copy color: '#CF102E'

red 207 ◦ green 16 ◦ blue 46

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

Shades of Fire Engine Red #CF102E

Tints of Fire Engine Red #CF102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 76.95%
G = 5.95%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF102E (or 0xCF102E) is known color: Fire Engine Red. HEX triplet: CF, 10 and 2E. RGB value is (207,16,46). Sum of RGB (Red+Green+Blue) = 207+16+46=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF102E is #30EFD1. Grayscale: #4C4C4C. Windows color (decimal): -3207122 or 3018959. OLE color: 3018959.

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

Color convert

RGB 207 16 46 -
CMYK 0 0.92 0.78 0.19
HSL 350.58º 0.86% 0.44% -
HSV(B) 350.58º 0.92% 0.81% -
XYZ 26.41 13.83 3.86 -
YUV 76.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 207 16 46 0 0.92 0.78 0.19 350.58 0.86 0.44
Hex CF 10 2E 0 5C 4E 13 15F 56 2C
Octal 317 20 56 0 134 116 23 537 126 54
Binary 11001111 10000 101110 0 1011100 1001110 10011 101011111 1010110 101100

Color Harmonies of #CF102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF102E

Black with #CF102E

Text Example


Text Example

White with #CF102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF102E; }

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

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

background-color css

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

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

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

border-color css

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

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

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