Html Css Color HEX #CD0726 Fire Engine Red

📋 copy color: '#CD0726'

red 205 ◦ green 7 ◦ blue 38

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

Shades of Fire Engine Red #CD0726

Tints of Fire Engine Red #CD0726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 82%
G = 2.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD0726 (or 0xCD0726) is known color: Fire Engine Red. HEX triplet: CD, 07 and 26. RGB value is (205,7,38). Sum of RGB (Red+Green+Blue) = 205+7+38=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0726 is #32F8D9. Grayscale: #454545. Windows color (decimal): -3340506 or 2492365. OLE color: 2492365.

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

Color convert

RGB 205 7 38 -
CMYK 0 0.97 0.81 0.20
HSL 350.61º 0.93% 0.42% -
HSV(B) 350.61º 0.97% 0.8% -
XYZ 25.6 13.27 3.05 -
YUV 69.74 110.1 224.48 -
System Red Green Blue C M Y K H S L
Decimal 205 7 38 0 0.97 0.81 0.20 350.61 0.93 0.42
Hex CD 7 26 0 61 51 14 15F 5D 2A
Octal 315 7 46 0 141 121 24 537 135 52
Binary 11001101 111 100110 0 1100001 1010001 10100 101011111 1011101 101010

Color Harmonies of #CD0726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0726

Black with #CD0726

Text Example


Text Example

White with #CD0726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0726; }

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

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

background-color css

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

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

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

border-color css

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

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

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