Html Css Color HEX #CD1328 Fire Engine Red

📋 copy color: '#CD1328'

red 205 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #CD1328

Tints of Fire Engine Red #CD1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 77.65%
G = 7.2%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD1328 (or 0xCD1328) is known color: Fire Engine Red. HEX triplet: CD, 13 and 28. RGB value is (205,19,40). Sum of RGB (Red+Green+Blue) = 205+19+40=264 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.65% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1328 is #32ECD7. Grayscale: #4D4D4D. Windows color (decimal): -3337432 or 2626509. OLE color: 2626509.

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

Color convert

RGB 205 19 40 -
CMYK 0 0.91 0.80 0.20
HSL 353.23º 0.83% 0.44% -
HSV(B) 353.23º 0.91% 0.8% -
XYZ 25.79 13.6 3.27 -
YUV 77.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 205 19 40 0 0.91 0.80 0.20 353.23 0.83 0.44
Hex CD 13 28 0 5B 50 14 161 53 2C
Octal 315 23 50 0 133 120 24 541 123 54
Binary 11001101 10011 101000 0 1011011 1010000 10100 101100001 1010011 101100

Color Harmonies of #CD1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1328

Black with #CD1328

Text Example


Text Example

White with #CD1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1328; }

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

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

background-color css

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

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

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

border-color css

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

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

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