Html Css Color HEX #CD122D Fire Engine Red

📋 copy color: '#CD122D'

red 205 ◦ green 18 ◦ blue 45

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

Shades of Fire Engine Red #CD122D

Tints of Fire Engine Red #CD122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 76.49%
G = 6.72%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD122D (or 0xCD122D) is known color: Fire Engine Red. HEX triplet: CD, 12 and 2D. RGB value is (205,18,45). Sum of RGB (Red+Green+Blue) = 205+18+45=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD122D is #32EDD2. Grayscale: #4D4D4D. Windows color (decimal): -3337683 or 2953933. OLE color: 2953933.

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

Color convert

RGB 205 18 45 -
CMYK 0 0.91 0.78 0.20
HSL 351.34º 0.84% 0.44% -
HSV(B) 351.34º 0.91% 0.8% -
XYZ 25.87 13.6 3.74 -
YUV 76.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 205 18 45 0 0.91 0.78 0.20 351.34 0.84 0.44
Hex CD 12 2D 0 5B 4E 14 15F 54 2C
Octal 315 22 55 0 133 116 24 537 124 54
Binary 11001101 10010 101101 0 1011011 1001110 10100 101011111 1010100 101100

Color Harmonies of #CD122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD122D

Black with #CD122D

Text Example


Text Example

White with #CD122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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