Html Css Color HEX #C8232A Fire Engine Red

📋 copy color: '#C8232A'

red 200 ◦ green 35 ◦ blue 42

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

Shades of Fire Engine Red #C8232A

Tints of Fire Engine Red #C8232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 72.2%
G = 12.64%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8232A (or 0xC8232A) is known color: Fire Engine Red. HEX triplet: C8, 23 and 2A. RGB value is (200,35,42). Sum of RGB (Red+Green+Blue) = 200+35+42=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8232A is #37DCD5. Grayscale: #555555. Windows color (decimal): -3661014 or 2761672. OLE color: 2761672.

HSL color Cylindrical-coordinate representation of color #C8232A: hue angle of 357.45º 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 #C8232A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 42 -
CMYK 0 0.82 0.79 0.22
HSL 357.45º 0.7% 0.46% -
HSV(B) 357.45º 0.83% 0.78% -
XYZ 24.84 13.65 3.52 -
YUV 85.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 200 35 42 0 0.82 0.79 0.22 357.45 0.7 0.46
Hex C8 23 2A 0 52 4F 16 165 46 2E
Octal 310 43 52 0 122 117 26 545 106 56
Binary 11001000 100011 101010 0 1010010 1001111 10110 101100101 1000110 101110

Color Harmonies of #C8232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8232A

Black with #C8232A

Text Example


Text Example

White with #C8232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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