Html Css Color HEX #CD122A Fire Engine Red

📋 copy color: '#CD122A'

red 205 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #CD122A

Tints of Fire Engine Red #CD122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 77.36%
G = 6.79%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD122A (or 0xCD122A) is known color: Fire Engine Red. HEX triplet: CD, 12 and 2A. RGB value is (205,18,42). Sum of RGB (Red+Green+Blue) = 205+18+42=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD122A is #32EDD5. Grayscale: #4C4C4C. Windows color (decimal): -3337686 or 2757325. OLE color: 2757325.

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

Color convert

RGB 205 18 42 -
CMYK 0 0.91 0.80 0.20
HSL 352.3º 0.84% 0.44% -
HSV(B) 352.3º 0.91% 0.8% -
XYZ 25.81 13.58 3.45 -
YUV 76.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 205 18 42 0 0.91 0.80 0.20 352.3 0.84 0.44
Hex CD 12 2A 0 5B 50 14 160 54 2C
Octal 315 22 52 0 133 120 24 540 124 54
Binary 11001101 10010 101010 0 1011011 1010000 10100 101100000 1010100 101100

Color Harmonies of #CD122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD122A

Black with #CD122A

Text Example


Text Example

White with #CD122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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