Html Css Color HEX #C82328 Fire Engine Red

📋 copy color: '#C82328'

red 200 ◦ green 35 ◦ blue 40

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

Shades of Fire Engine Red #C82328

Tints of Fire Engine Red #C82328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 72.73%
G = 12.73%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C82328 (or 0xC82328) is known color: Fire Engine Red. HEX triplet: C8, 23 and 28. RGB value is (200,35,40). Sum of RGB (Red+Green+Blue) = 200+35+40=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C82328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82328 is #37DCD7. Grayscale: #555555. Windows color (decimal): -3661016 or 2630600. OLE color: 2630600.

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

Color convert

RGB 200 35 40 -
CMYK 0 0.82 0.8 0.22
HSL 358.18º 0.7% 0.46% -
HSV(B) 358.18º 0.83% 0.78% -
XYZ 24.8 13.63 3.33 -
YUV 84.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 200 35 40 0 0.82 0.8 0.22 358.18 0.7 0.46
Hex C8 23 28 0 52 50 16 166 46 2E
Octal 310 43 50 0 122 120 26 546 106 56
Binary 11001000 100011 101000 0 1010010 1010000 10110 101100110 1000110 101110

Color Harmonies of #C82328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82328

Black with #C82328

Text Example


Text Example

White with #C82328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82328; }

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

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

background-color css

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

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

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

border-color css

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

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

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