Html Css Color HEX #CD1728 Fire Engine Red

📋 copy color: '#CD1728'

red 205 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #CD1728

Tints of Fire Engine Red #CD1728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 76.49%
G = 8.58%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD1728 (or 0xCD1728) is known color: Fire Engine Red. HEX triplet: CD, 17 and 28. RGB value is (205,23,40). Sum of RGB (Red+Green+Blue) = 205+23+40=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1728 is #32E8D7. Grayscale: #4F4F4F. Windows color (decimal): -3336408 or 2627533. OLE color: 2627533.

HSL color Cylindrical-coordinate representation of color #CD1728: hue angle of 354.4º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1728 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 23 40 -
CMYK 0 0.89 0.80 0.20
HSL 354.4º 0.8% 0.45% -
HSV(B) 354.4º 0.89% 0.8% -
XYZ 25.87 13.75 3.3 -
YUV 79.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 205 23 40 0 0.89 0.80 0.20 354.4 0.8 0.45
Hex CD 17 28 0 59 50 14 162 50 2D
Octal 315 27 50 0 131 120 24 542 120 55
Binary 11001101 10111 101000 0 1011001 1010000 10100 101100010 1010000 101101

Color Harmonies of #CD1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1728

Black with #CD1728

Text Example


Text Example

White with #CD1728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1728; }

 p { color: rgb(205,23,40); }

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

background-color css

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

 a { background-color: rgb(205,23,40); }

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

border-color css

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

 span { border-color: rgb(205,23,40); }

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