Html Css Color HEX #CF151D Fire Engine Red

📋 copy color: '#CF151D'

red 207 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #CF151D

Tints of Fire Engine Red #CF151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 80.54%
G = 8.17%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF151D (or 0xCF151D) is known color: Fire Engine Red. HEX triplet: CF, 15 and 1D. RGB value is (207,21,29). Sum of RGB (Red+Green+Blue) = 207+21+29=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF151D is #30EAE2. Grayscale: #4D4D4D. Windows color (decimal): -3205859 or 1906127. OLE color: 1906127.

HSL color Cylindrical-coordinate representation of color #CF151D: hue angle of 357.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF151D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 29 -
CMYK 0 0.90 0.86 0.19
HSL 357.42º 0.82% 0.45% -
HSV(B) 357.42º 0.9% 0.81% -
XYZ 26.22 13.89 2.46 -
YUV 77.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 207 21 29 0 0.90 0.86 0.19 357.42 0.82 0.45
Hex CF 15 1D 0 5A 56 13 165 52 2D
Octal 317 25 35 0 132 126 23 545 122 55
Binary 11001111 10101 11101 0 1011010 1010110 10011 101100101 1010010 101101

Color Harmonies of #CF151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF151D

Black with #CF151D

Text Example


Text Example

White with #CF151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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