Html Css Color HEX #CD152D Fire Engine Red

📋 copy color: '#CD152D'

red 205 ◦ green 21 ◦ blue 45

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

Shades of Fire Engine Red #CD152D

Tints of Fire Engine Red #CD152D

RGB

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

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

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

R = 75.65%
G = 7.75%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD152D (or 0xCD152D) is known color: Fire Engine Red. HEX triplet: CD, 15 and 2D. RGB value is (205,21,45). Sum of RGB (Red+Green+Blue) = 205+21+45=271 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.65% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 205 - color contains mainly: red. Hex color #CD152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD152D is #32EAD2. Grayscale: #4E4E4E. Windows color (decimal): -3336915 or 2954701. OLE color: 2954701.

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

Color convert

RGB 205 21 45 -
CMYK 0 0.90 0.78 0.20
HSL 352.17º 0.81% 0.44% -
HSV(B) 352.17º 0.9% 0.8% -
XYZ 25.92 13.7 3.76 -
YUV 78.75 108.96 218.05 -
System Red Green Blue C M Y K H S L
Decimal 205 21 45 0 0.90 0.78 0.20 352.17 0.81 0.44
Hex CD 15 2D 0 5A 4E 14 160 51 2C
Octal 315 25 55 0 132 116 24 540 121 54
Binary 11001101 10101 101101 0 1011010 1001110 10100 101100000 1010001 101100

Color Harmonies of #CD152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD152D

Black with #CD152D

Text Example


Text Example

White with #CD152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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