Html Css Color HEX #CD1523 Fire Engine Red

📋 copy color: '#CD1523'

red 205 ◦ green 21 ◦ blue 35

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

Shades of Fire Engine Red #CD1523

Tints of Fire Engine Red #CD1523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 78.54%
G = 8.05%
B = 13.41%

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

#CD1523 (or 0xCD1523) is known color: Fire Engine Red. HEX triplet: CD, 15 and 23. RGB value is (205,21,35). Sum of RGB (Red+Green+Blue) = 205+21+35=261 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.54% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1523 is #32EADC. Grayscale: #4D4D4D. Windows color (decimal): -3336925 or 2299341. OLE color: 2299341.

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

Color convert

RGB 205 21 35 -
CMYK 0 0.90 0.83 0.20
HSL 355.43º 0.81% 0.44% -
HSV(B) 355.43º 0.9% 0.8% -
XYZ 25.75 13.64 2.87 -
YUV 77.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 205 21 35 0 0.90 0.83 0.20 355.43 0.81 0.44
Hex CD 15 23 0 5A 53 14 163 51 2C
Octal 315 25 43 0 132 123 24 543 121 54
Binary 11001101 10101 100011 0 1011010 1010011 10100 101100011 1010001 101100

Color Harmonies of #CD1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1523

Black with #CD1523

Text Example


Text Example

White with #CD1523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1523; }

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

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

background-color css

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

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

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

border-color css

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

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

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