Html Css Color HEX #C3202A Fire Engine Red

📋 copy color: '#C3202A'

red 195 ◦ green 32 ◦ blue 42

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

Shades of Fire Engine Red #C3202A

Tints of Fire Engine Red #C3202A

RGB

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

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

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

R = 72.49%
G = 11.9%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3202A (or 0xC3202A) is known color: Fire Engine Red. HEX triplet: C3, 20 and 2A. RGB value is (195,32,42). Sum of RGB (Red+Green+Blue) = 195+32+42=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C3202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3202A is #3CDFD5. Grayscale: #525252. Windows color (decimal): -3989462 or 2760899. OLE color: 2760899.

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

Color convert

RGB 195 32 42 -
CMYK 0 0.84 0.78 0.24
HSL 356.32º 0.72% 0.45% -
HSV(B) 356.32º 0.84% 0.76% -
XYZ 23.44 12.8 3.43 -
YUV 81.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 195 32 42 0 0.84 0.78 0.24 356.32 0.72 0.45
Hex C3 20 2A 0 54 4E 18 164 48 2D
Octal 303 40 52 0 124 116 30 544 110 55
Binary 11000011 100000 101010 0 1010100 1001110 11000 101100100 1001000 101101

Color Harmonies of #C3202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3202A

Black with #C3202A

Text Example


Text Example

White with #C3202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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