Html Css Color HEX #CF152D Fire Engine Red

📋 copy color: '#CF152D'

red 207 ◦ green 21 ◦ blue 45

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

Shades of Fire Engine Red #CF152D

Tints of Fire Engine Red #CF152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 75.82%
G = 7.69%
B = 16.48%

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

#CF152D (or 0xCF152D) is known color: Fire Engine Red. HEX triplet: CF, 15 and 2D. RGB value is (207,21,45). Sum of RGB (Red+Green+Blue) = 207+21+45=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF152D is #30EAD2. Grayscale: #4F4F4F. Windows color (decimal): -3205843 or 2954703. OLE color: 2954703.

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

Color convert

RGB 207 21 45 -
CMYK 0 0.90 0.78 0.19
HSL 352.26º 0.82% 0.45% -
HSV(B) 352.26º 0.9% 0.81% -
XYZ 26.47 13.99 3.79 -
YUV 79.35 108.62 219.05 -
System Red Green Blue C M Y K H S L
Decimal 207 21 45 0 0.90 0.78 0.19 352.26 0.82 0.45
Hex CF 15 2D 0 5A 4E 13 160 52 2D
Octal 317 25 55 0 132 116 23 540 122 55
Binary 11001111 10101 101101 0 1011010 1001110 10011 101100000 1010010 101101

Color Harmonies of #CF152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF152D

Black with #CF152D

Text Example


Text Example

White with #CF152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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