Html Css Color HEX #CD1522 Fire Engine Red

📋 copy color: '#CD1522'

red 205 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #CD1522

Tints of Fire Engine Red #CD1522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 78.85%
G = 8.08%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD1522 (or 0xCD1522) is known color: Fire Engine Red. HEX triplet: CD, 15 and 22. RGB value is (205,21,34). Sum of RGB (Red+Green+Blue) = 205+21+34=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1522 is #32EADD. Grayscale: #4D4D4D. Windows color (decimal): -3336926 or 2233805. OLE color: 2233805.

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

Color convert

RGB 205 21 34 -
CMYK 0 0.90 0.83 0.20
HSL 355.76º 0.81% 0.44% -
HSV(B) 355.76º 0.9% 0.8% -
XYZ 25.73 13.63 2.79 -
YUV 77.5 103.46 218.94 -
System Red Green Blue C M Y K H S L
Decimal 205 21 34 0 0.90 0.83 0.20 355.76 0.81 0.44
Hex CD 15 22 0 5A 53 14 164 51 2C
Octal 315 25 42 0 132 123 24 544 121 54
Binary 11001101 10101 100010 0 1011010 1010011 10100 101100100 1010001 101100

Color Harmonies of #CD1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1522

Black with #CD1522

Text Example


Text Example

White with #CD1522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1522; }

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

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

background-color css

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

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

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

border-color css

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

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

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