Html Css Color HEX #CD121C Fire Engine Red

📋 copy color: '#CD121C'

red 205 ◦ green 18 ◦ blue 28

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

Shades of Fire Engine Red #CD121C

Tints of Fire Engine Red #CD121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 81.67%
G = 7.17%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD121C (or 0xCD121C) is known color: Fire Engine Red. HEX triplet: CD, 12 and 1C. RGB value is (205,18,28). Sum of RGB (Red+Green+Blue) = 205+18+28=251 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.67% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 205 - color contains mainly: red. Hex color #CD121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD121C is #32EDE3. Grayscale: #4B4B4B. Windows color (decimal): -3337700 or 1839821. OLE color: 1839821.

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

Color convert

RGB 205 18 28 -
CMYK 0 0.91 0.86 0.20
HSL 356.79º 0.84% 0.44% -
HSV(B) 356.79º 0.91% 0.8% -
XYZ 25.6 13.5 2.35 -
YUV 75.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 205 18 28 0 0.91 0.86 0.20 356.79 0.84 0.44
Hex CD 12 1C 0 5B 56 14 165 54 2C
Octal 315 22 34 0 133 126 24 545 124 54
Binary 11001101 10010 11100 0 1011011 1010110 10100 101100101 1010100 101100

Color Harmonies of #CD121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD121C

Black with #CD121C

Text Example


Text Example

White with #CD121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD121C; }

 p { color: rgb(205,18,28); }

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

background-color css

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

 a { background-color: rgb(205,18,28); }

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

border-color css

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

 span { border-color: rgb(205,18,28); }

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