Html Css Color HEX #C3062C Fire Engine Red

📋 copy color: '#C3062C'

red 195 ◦ green 6 ◦ blue 44

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

Shades of Fire Engine Red #C3062C

Tints of Fire Engine Red #C3062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 79.59%
G = 2.45%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3062C (or 0xC3062C) is known color: Fire Engine Red. HEX triplet: C3, 06 and 2C. RGB value is (195,6,44). Sum of RGB (Red+Green+Blue) = 195+6+44=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3062C is #3CF9D3. Grayscale: #424242. Windows color (decimal): -3996116 or 2885315. OLE color: 2885315.

HSL color Cylindrical-coordinate representation of color #C3062C: hue angle of 347.94º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3062C is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 44 -
CMYK 0 0.97 0.77 0.24
HSL 347.94º 0.94% 0.39% -
HSV(B) 347.94º 0.97% 0.76% -
XYZ 23.03 11.91 3.47 -
YUV 66.84 115.12 219.41 -
System Red Green Blue C M Y K H S L
Decimal 195 6 44 0 0.97 0.77 0.24 347.94 0.94 0.39
Hex C3 6 2C 0 61 4D 18 15C 5E 27
Octal 303 6 54 0 141 115 30 534 136 47
Binary 11000011 110 101100 0 1100001 1001101 11000 101011100 1011110 100111

Color Harmonies of #C3062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3062C

Black with #C3062C

Text Example


Text Example

White with #C3062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3062C; }

 p { color: rgb(195,6,44); }

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

background-color css

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

 a { background-color: rgb(195,6,44); }

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

border-color css

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

 span { border-color: rgb(195,6,44); }

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