Html Css Color HEX #CD0A26 Fire Engine Red

📋 copy color: '#CD0A26'

red 205 ◦ green 10 ◦ blue 38

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

Shades of Fire Engine Red #CD0A26

Tints of Fire Engine Red #CD0A26

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 81.03%
G = 3.95%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD0A26 (or 0xCD0A26) is known color: Fire Engine Red. HEX triplet: CD, 0A and 26. RGB value is (205,10,38). Sum of RGB (Red+Green+Blue) = 205+10+38=253 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.03% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0A26 is #32F5D9. Grayscale: #474747. Windows color (decimal): -3339738 or 2493133. OLE color: 2493133.

HSL color Cylindrical-coordinate representation of color #CD0A26: hue angle of 351.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0A26 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 10 38 -
CMYK 0 0.95 0.81 0.20
HSL 351.38º 0.91% 0.42% -
HSV(B) 351.38º 0.95% 0.8% -
XYZ 25.64 13.34 3.06 -
YUV 71.5 109.1 223.22 -
System Red Green Blue C M Y K H S L
Decimal 205 10 38 0 0.95 0.81 0.20 351.38 0.91 0.42
Hex CD A 26 0 5F 51 14 15F 5B 2A
Octal 315 12 46 0 137 121 24 537 133 52
Binary 11001101 1010 100110 0 1011111 1010001 10100 101011111 1011011 101010

Color Harmonies of #CD0A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0A26

Black with #CD0A26

Text Example


Text Example

White with #CD0A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0A26; }

 p { color: rgb(205,10,38); }

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

background-color css

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

 a { background-color: rgb(205,10,38); }

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

border-color css

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

 span { border-color: rgb(205,10,38); }

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