Html Css Color HEX #C3232A Fire Engine Red

📋 copy color: '#C3232A'

red 195 ◦ green 35 ◦ blue 42

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

Shades of Fire Engine Red #C3232A

Tints of Fire Engine Red #C3232A

RGB

 RED value IS 195 (76.56% from 255) = 71.69%

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

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

R = 71.69%
G = 12.87%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3232A (or 0xC3232A) is known color: Fire Engine Red. HEX triplet: C3, 23 and 2A. RGB value is (195,35,42). Sum of RGB (Red+Green+Blue) = 195+35+42=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3232A is #3CDCD5. Grayscale: #535353. Windows color (decimal): -3988694 or 2761667. OLE color: 2761667.

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

Color convert

RGB 195 35 42 -
CMYK 0 0.82 0.78 0.24
HSL 357.38º 0.7% 0.45% -
HSV(B) 357.38º 0.82% 0.76% -
XYZ 23.52 12.97 3.45 -
YUV 83.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 195 35 42 0 0.82 0.78 0.24 357.38 0.7 0.45
Hex C3 23 2A 0 52 4E 18 165 46 2D
Octal 303 43 52 0 122 116 30 545 106 55
Binary 11000011 100011 101010 0 1010010 1001110 11000 101100101 1000110 101101

Color Harmonies of #C3232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3232A

Black with #C3232A

Text Example


Text Example

White with #C3232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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