Html Css Color HEX #C82023 Fire Engine Red

📋 copy color: '#C82023'

red 200 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #C82023

Tints of Fire Engine Red #C82023

RGB

 RED value IS 200 (78.52% from 255) = 74.91%

 GREEN value IS 32 (12.89% from 255) = 11.99%

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

R = 74.91%
G = 11.99%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82023 (or 0xC82023) is known color: Fire Engine Red. HEX triplet: C8, 20 and 23. RGB value is (200,32,35). Sum of RGB (Red+Green+Blue) = 200+32+35=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C82023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82023 is #37DFDC. Grayscale: #525252. Windows color (decimal): -3661789 or 2302152. OLE color: 2302152.

HSL color Cylindrical-coordinate representation of color #C82023: hue angle of 358.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82023 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 35 -
CMYK 0 0.84 0.82 0.22
HSL 358.93º 0.72% 0.45% -
HSV(B) 358.93º 0.84% 0.78% -
XYZ 24.64 13.43 2.88 -
YUV 82.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 200 32 35 0 0.84 0.82 0.22 358.93 0.72 0.45
Hex C8 20 23 0 54 52 16 167 48 2D
Octal 310 40 43 0 124 122 26 547 110 55
Binary 11001000 100000 100011 0 1010100 1010010 10110 101100111 1001000 101101

Color Harmonies of #C82023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82023

Black with #C82023

Text Example


Text Example

White with #C82023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82023; }

 p { color: rgb(200,32,35); }

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

background-color css

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

 a { background-color: rgb(200,32,35); }

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

border-color css

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

 span { border-color: rgb(200,32,35); }

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