Html Css Color HEX #CD0823 Fire Engine Red

📋 copy color: '#CD0823'

red 205 ◦ green 8 ◦ blue 35

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

Shades of Fire Engine Red #CD0823

Tints of Fire Engine Red #CD0823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

 BLUE value IS 35 (14.06% from 255) = 14.11%

R = 82.66%
G = 3.23%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD0823 (or 0xCD0823) is known color: Fire Engine Red. HEX triplet: CD, 08 and 23. RGB value is (205,8,35). Sum of RGB (Red+Green+Blue) = 205+8+35=248 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.66% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0823 is #32F7DC. Grayscale: #464646. Windows color (decimal): -3340253 or 2296013. OLE color: 2296013.

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

Color convert

RGB 205 8 35 -
CMYK 0 0.96 0.83 0.20
HSL 351.78º 0.92% 0.42% -
HSV(B) 351.78º 0.96% 0.8% -
XYZ 25.57 13.27 2.8 -
YUV 69.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 205 8 35 0 0.96 0.83 0.20 351.78 0.92 0.42
Hex CD 8 23 0 60 53 14 160 5C 2A
Octal 315 10 43 0 140 123 24 540 134 52
Binary 11001101 1000 100011 0 1100000 1010011 10100 101100000 1011100 101010

Color Harmonies of #CD0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0823

Black with #CD0823

Text Example


Text Example

White with #CD0823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0823; }

 p { color: rgb(205,8,35); }

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

background-color css

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

 a { background-color: rgb(205,8,35); }

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

border-color css

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

 span { border-color: rgb(205,8,35); }

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