Html Css Color HEX #C7232A Fire Engine Red

📋 copy color: '#C7232A'

red 199 ◦ green 35 ◦ blue 42

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

Shades of Fire Engine Red #C7232A

Tints of Fire Engine Red #C7232A

RGB

 RED value IS 199 (78.13% from 255) = 72.1%

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

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

R = 72.1%
G = 12.68%
B = 15.22%

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

#C7232A (or 0xC7232A) is known color: Fire Engine Red. HEX triplet: C7, 23 and 2A. RGB value is (199,35,42). Sum of RGB (Red+Green+Blue) = 199+35+42=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C7232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7232A is #38DCD5. Grayscale: #545454. Windows color (decimal): -3726550 or 2761671. OLE color: 2761671.

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

Color convert

RGB 199 35 42 -
CMYK 0 0.82 0.79 0.22
HSL 357.44º 0.7% 0.46% -
HSV(B) 357.44º 0.82% 0.78% -
XYZ 24.57 13.51 3.5 -
YUV 84.83 103.83 209.43 -
System Red Green Blue C M Y K H S L
Decimal 199 35 42 0 0.82 0.79 0.22 357.44 0.7 0.46
Hex C7 23 2A 0 52 4F 16 165 46 2E
Octal 307 43 52 0 122 117 26 545 106 56
Binary 11000111 100011 101010 0 1010010 1001111 10110 101100101 1000110 101110

Color Harmonies of #C7232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7232A

Black with #C7232A

Text Example


Text Example

White with #C7232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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