Html Css Color HEX #CF151C Fire Engine Red

📋 copy color: '#CF151C'

red 207 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #CF151C

Tints of Fire Engine Red #CF151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 80.86%
G = 8.2%
B = 10.94%

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

#CF151C (or 0xCF151C) is known color: Fire Engine Red. HEX triplet: CF, 15 and 1C. RGB value is (207,21,28). Sum of RGB (Red+Green+Blue) = 207+21+28=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF151C is #30EAE3. Grayscale: #4D4D4D. Windows color (decimal): -3205860 or 1840591. OLE color: 1840591.

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

Color convert

RGB 207 21 28 -
CMYK 0 0.90 0.86 0.19
HSL 357.74º 0.82% 0.45% -
HSV(B) 357.74º 0.9% 0.81% -
XYZ 26.21 13.89 2.4 -
YUV 77.41 100.12 220.43 -
System Red Green Blue C M Y K H S L
Decimal 207 21 28 0 0.90 0.86 0.19 357.74 0.82 0.45
Hex CF 15 1C 0 5A 56 13 166 52 2D
Octal 317 25 34 0 132 126 23 546 122 55
Binary 11001111 10101 11100 0 1011010 1010110 10011 101100110 1010010 101101

Color Harmonies of #CF151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF151C

Black with #CF151C

Text Example


Text Example

White with #CF151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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