Html Css Color HEX #CD121B Fire Engine Red

📋 copy color: '#CD121B'

red 205 ◦ green 18 ◦ blue 27

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

Shades of Fire Engine Red #CD121B

Tints of Fire Engine Red #CD121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 82%
G = 7.2%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD121B (or 0xCD121B) is known color: Fire Engine Red. HEX triplet: CD, 12 and 1B. RGB value is (205,18,27). Sum of RGB (Red+Green+Blue) = 205+18+27=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD121B is #32EDE4. Grayscale: #4B4B4B. Windows color (decimal): -3337701 or 1774285. OLE color: 1774285.

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

Color convert

RGB 205 18 27 -
CMYK 0 0.91 0.87 0.20
HSL 357.11º 0.84% 0.44% -
HSV(B) 357.11º 0.91% 0.8% -
XYZ 25.59 13.49 2.29 -
YUV 74.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 205 18 27 0 0.91 0.87 0.20 357.11 0.84 0.44
Hex CD 12 1B 0 5B 57 14 165 54 2C
Octal 315 22 33 0 133 127 24 545 124 54
Binary 11001101 10010 11011 0 1011011 1010111 10100 101100101 1010100 101100

Color Harmonies of #CD121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD121B

Black with #CD121B

Text Example


Text Example

White with #CD121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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