Html Css Color HEX #CF152E Fire Engine Red

📋 copy color: '#CF152E'

red 207 ◦ green 21 ◦ blue 46

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

Shades of Fire Engine Red #CF152E

Tints of Fire Engine Red #CF152E

RGB

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

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

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

R = 75.55%
G = 7.66%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF152E (or 0xCF152E) is known color: Fire Engine Red. HEX triplet: CF, 15 and 2E. RGB value is (207,21,46). Sum of RGB (Red+Green+Blue) = 207+21+46=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF152E is #30EAD1. Grayscale: #4F4F4F. Windows color (decimal): -3205842 or 3020239. OLE color: 3020239.

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

Color convert

RGB 207 21 46 -
CMYK 0 0.90 0.78 0.19
HSL 351.94º 0.82% 0.45% -
HSV(B) 351.94º 0.9% 0.81% -
XYZ 26.49 14 3.89 -
YUV 79.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 207 21 46 0 0.90 0.78 0.19 351.94 0.82 0.45
Hex CF 15 2E 0 5A 4E 13 160 52 2D
Octal 317 25 56 0 132 116 23 540 122 55
Binary 11001111 10101 101110 0 1011010 1001110 10011 101100000 1010010 101101

Color Harmonies of #CF152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF152E

Black with #CF152E

Text Example


Text Example

White with #CF152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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