Html Css Color HEX #CD0E2D Fire Engine Red

📋 copy color: '#CD0E2D'

red 205 ◦ green 14 ◦ blue 45

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

Shades of Fire Engine Red #CD0E2D

Tints of Fire Engine Red #CD0E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.3%

 BLUE value IS 45 (17.97% from 255) = 17.05%

R = 77.65%
G = 5.3%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD0E2D (or 0xCD0E2D) is known color: Fire Engine Red. HEX triplet: CD, 0E and 2D. RGB value is (205,14,45). Sum of RGB (Red+Green+Blue) = 205+14+45=264 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.65% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0E2D is #32F1D2. Grayscale: #4A4A4A. Windows color (decimal): -3338707 or 2952909. OLE color: 2952909.

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

Color convert

RGB 205 14 45 -
CMYK 0 0.93 0.78 0.20
HSL 350.26º 0.87% 0.43% -
HSV(B) 350.26º 0.93% 0.8% -
XYZ 25.81 13.48 3.72 -
YUV 74.64 111.28 220.98 -
System Red Green Blue C M Y K H S L
Decimal 205 14 45 0 0.93 0.78 0.20 350.26 0.87 0.43
Hex CD E 2D 0 5D 4E 14 15E 57 2B
Octal 315 16 55 0 135 116 24 536 127 53
Binary 11001101 1110 101101 0 1011101 1001110 10100 101011110 1010111 101011

Color Harmonies of #CD0E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0E2D

Black with #CD0E2D

Text Example


Text Example

White with #CD0E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0E2D; }

 p { color: rgb(205,14,45); }

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

background-color css

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

 a { background-color: rgb(205,14,45); }

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

border-color css

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

 span { border-color: rgb(205,14,45); }

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