Html Css Color HEX #CF101D Fire Engine Red

📋 copy color: '#CF101D'

red 207 ◦ green 16 ◦ blue 29

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

Shades of Fire Engine Red #CF101D

Tints of Fire Engine Red #CF101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 82.14%
G = 6.35%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF101D (or 0xCF101D) is known color: Fire Engine Red. HEX triplet: CF, 10 and 1D. RGB value is (207,16,29). Sum of RGB (Red+Green+Blue) = 207+16+29=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF101D is #30EFE2. Grayscale: #4A4A4A. Windows color (decimal): -3207139 or 1904847. OLE color: 1904847.

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

Color convert

RGB 207 16 29 -
CMYK 0 0.92 0.86 0.19
HSL 355.92º 0.86% 0.44% -
HSV(B) 355.92º 0.92% 0.81% -
XYZ 26.14 13.72 2.43 -
YUV 74.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 207 16 29 0 0.92 0.86 0.19 355.92 0.86 0.44
Hex CF 10 1D 0 5C 56 13 164 56 2C
Octal 317 20 35 0 134 126 23 544 126 54
Binary 11001111 10000 11101 0 1011100 1010110 10011 101100100 1010110 101100

Color Harmonies of #CF101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF101D

Black with #CF101D

Text Example


Text Example

White with #CF101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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