Html Css Color HEX #CF152F Fire Engine Red

📋 copy color: '#CF152F'

red 207 ◦ green 21 ◦ blue 47

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

Shades of Fire Engine Red #CF152F

Tints of Fire Engine Red #CF152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 75.27%
G = 7.64%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF152F (or 0xCF152F) is known color: Fire Engine Red. HEX triplet: CF, 15 and 2F. RGB value is (207,21,47). Sum of RGB (Red+Green+Blue) = 207+21+47=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF152F is #30EAD0. Grayscale: #4F4F4F. Windows color (decimal): -3205841 or 3085775. OLE color: 3085775.

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

Color convert

RGB 207 21 47 -
CMYK 0 0.90 0.77 0.19
HSL 351.61º 0.82% 0.45% -
HSV(B) 351.61º 0.9% 0.81% -
XYZ 26.51 14.01 4 -
YUV 79.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 207 21 47 0 0.90 0.77 0.19 351.61 0.82 0.45
Hex CF 15 2F 0 5A 4D 13 160 52 2D
Octal 317 25 57 0 132 115 23 540 122 55
Binary 11001111 10101 101111 0 1011010 1001101 10011 101100000 1010010 101101

Color Harmonies of #CF152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF152F

Black with #CF152F

Text Example


Text Example

White with #CF152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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