Html Css Color HEX #CD1621 Fire Engine Red

📋 copy color: '#CD1621'

red 205 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #CD1621

Tints of Fire Engine Red #CD1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 33 (13.28% from 255) = 12.69%

R = 78.85%
G = 8.46%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD1621 (or 0xCD1621) is known color: Fire Engine Red. HEX triplet: CD, 16 and 21. RGB value is (205,22,33). Sum of RGB (Red+Green+Blue) = 205+22+33=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1621 is #32E9DE. Grayscale: #4E4E4E. Windows color (decimal): -3336671 or 2168525. OLE color: 2168525.

HSL color Cylindrical-coordinate representation of color #CD1621: hue angle of 356.39º degrees, saturation: 0.81, 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 #CD1621 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 22 33 -
CMYK 0 0.89 0.84 0.20
HSL 356.39º 0.81% 0.45% -
HSV(B) 356.39º 0.89% 0.8% -
XYZ 25.74 13.66 2.72 -
YUV 77.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 205 22 33 0 0.89 0.84 0.20 356.39 0.81 0.45
Hex CD 16 21 0 59 54 14 164 51 2D
Octal 315 26 41 0 131 124 24 544 121 55
Binary 11001101 10110 100001 0 1011001 1010100 10100 101100100 1010001 101101

Color Harmonies of #CD1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1621

Black with #CD1621

Text Example


Text Example

White with #CD1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1621; }

 p { color: rgb(205,22,33); }

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

background-color css

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

 a { background-color: rgb(205,22,33); }

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

border-color css

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

 span { border-color: rgb(205,22,33); }

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