Html Css Color HEX #CD121E Fire Engine Red

📋 copy color: '#CD121E'

red 205 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #CD121E

Tints of Fire Engine Red #CD121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 81.03%
G = 7.11%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD121E (or 0xCD121E) is known color: Fire Engine Red. HEX triplet: CD, 12 and 1E. RGB value is (205,18,30). Sum of RGB (Red+Green+Blue) = 205+18+30=253 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.03% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 205 - color contains mainly: red. Hex color #CD121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD121E is #32EDE1. Grayscale: #4B4B4B. Windows color (decimal): -3337698 or 1970893. OLE color: 1970893.

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

Color convert

RGB 205 18 30 -
CMYK 0 0.91 0.85 0.20
HSL 356.15º 0.84% 0.44% -
HSV(B) 356.15º 0.91% 0.8% -
XYZ 25.63 13.51 2.48 -
YUV 75.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 205 18 30 0 0.91 0.85 0.20 356.15 0.84 0.44
Hex CD 12 1E 0 5B 55 14 164 54 2C
Octal 315 22 36 0 133 125 24 544 124 54
Binary 11001101 10010 11110 0 1011011 1010101 10100 101100100 1010100 101100

Color Harmonies of #CD121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD121E

Black with #CD121E

Text Example


Text Example

White with #CD121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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