Html Css Color HEX #CD152F Fire Engine Red

📋 copy color: '#CD152F'

red 205 ◦ green 21 ◦ blue 47

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

Shades of Fire Engine Red #CD152F

Tints of Fire Engine Red #CD152F

RGB

 RED value IS 205 (80.47% from 255) = 75.09%

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

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

R = 75.09%
G = 7.69%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD152F (or 0xCD152F) is known color: Fire Engine Red. HEX triplet: CD, 15 and 2F. RGB value is (205,21,47). Sum of RGB (Red+Green+Blue) = 205+21+47=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD152F is #32EAD0. Grayscale: #4F4F4F. Windows color (decimal): -3336913 or 3085773. OLE color: 3085773.

HSL color Cylindrical-coordinate representation of color #CD152F: hue angle of 351.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD152F is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 47 -
CMYK 0 0.90 0.77 0.20
HSL 351.52º 0.81% 0.44% -
HSV(B) 351.52º 0.9% 0.8% -
XYZ 25.96 13.72 3.97 -
YUV 78.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 205 21 47 0 0.90 0.77 0.20 351.52 0.81 0.44
Hex CD 15 2F 0 5A 4D 14 160 51 2C
Octal 315 25 57 0 132 115 24 540 121 54
Binary 11001101 10101 101111 0 1011010 1001101 10100 101100000 1010001 101100

Color Harmonies of #CD152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD152F

Black with #CD152F

Text Example


Text Example

White with #CD152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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