Html Css Color HEX #CD1428 Fire Engine Red

📋 copy color: '#CD1428'

red 205 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #CD1428

Tints of Fire Engine Red #CD1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 77.36%
G = 7.55%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD1428 (or 0xCD1428) is known color: Fire Engine Red. HEX triplet: CD, 14 and 28. RGB value is (205,20,40). Sum of RGB (Red+Green+Blue) = 205+20+40=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1428 is #32EBD7. Grayscale: #4D4D4D. Windows color (decimal): -3337176 or 2626765. OLE color: 2626765.

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

Color convert

RGB 205 20 40 -
CMYK 0 0.90 0.80 0.20
HSL 353.51º 0.82% 0.44% -
HSV(B) 353.51º 0.9% 0.8% -
XYZ 25.81 13.63 3.28 -
YUV 77.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 205 20 40 0 0.90 0.80 0.20 353.51 0.82 0.44
Hex CD 14 28 0 5A 50 14 162 52 2C
Octal 315 24 50 0 132 120 24 542 122 54
Binary 11001101 10100 101000 0 1011010 1010000 10100 101100010 1010010 101100

Color Harmonies of #CD1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1428

Black with #CD1428

Text Example


Text Example

White with #CD1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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