Html Css Color HEX #CD121A Fire Engine Red

📋 copy color: '#CD121A'

red 205 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #CD121A

Tints of Fire Engine Red #CD121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 82.33%
G = 7.23%
B = 10.44%

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

#CD121A (or 0xCD121A) is known color: Fire Engine Red. HEX triplet: CD, 12 and 1A. RGB value is (205,18,26). Sum of RGB (Red+Green+Blue) = 205+18+26=249 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.33% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 205 - color contains mainly: red. Hex color #CD121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD121A is #32EDE5. Grayscale: #4A4A4A. Windows color (decimal): -3337702 or 1708749. OLE color: 1708749.

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

Color convert

RGB 205 18 26 -
CMYK 0 0.91 0.87 0.20
HSL 357.43º 0.84% 0.44% -
HSV(B) 357.43º 0.91% 0.8% -
XYZ 25.58 13.49 2.23 -
YUV 74.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 205 18 26 0 0.91 0.87 0.20 357.43 0.84 0.44
Hex CD 12 1A 0 5B 57 14 165 54 2C
Octal 315 22 32 0 133 127 24 545 124 54
Binary 11001101 10010 11010 0 1011011 1010111 10100 101100101 1010100 101100

Color Harmonies of #CD121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD121A

Black with #CD121A

Text Example


Text Example

White with #CD121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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