Html Css Color HEX #CD0D2A Fire Engine Red

📋 copy color: '#CD0D2A'

red 205 ◦ green 13 ◦ blue 42

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

Shades of Fire Engine Red #CD0D2A

Tints of Fire Engine Red #CD0D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

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

R = 78.85%
G = 5%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD0D2A (or 0xCD0D2A) is known color: Fire Engine Red. HEX triplet: CD, 0D and 2A. RGB value is (205,13,42). Sum of RGB (Red+Green+Blue) = 205+13+42=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0D2A is #32F2D5. Grayscale: #494949. Windows color (decimal): -3338966 or 2756045. OLE color: 2756045.

HSL color Cylindrical-coordinate representation of color #CD0D2A: hue angle of 350.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0D2A is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 13 42 -
CMYK 0 0.94 0.80 0.20
HSL 350.94º 0.88% 0.43% -
HSV(B) 350.94º 0.94% 0.8% -
XYZ 25.74 13.43 3.43 -
YUV 73.71 110.11 221.64 -
System Red Green Blue C M Y K H S L
Decimal 205 13 42 0 0.94 0.80 0.20 350.94 0.88 0.43
Hex CD D 2A 0 5E 50 14 15F 58 2B
Octal 315 15 52 0 136 120 24 537 130 53
Binary 11001101 1101 101010 0 1011110 1010000 10100 101011111 1011000 101011

Color Harmonies of #CD0D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0D2A

Black with #CD0D2A

Text Example


Text Example

White with #CD0D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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