Html Css Color HEX #C3072D Fire Engine Red

📋 copy color: '#C3072D'

red 195 ◦ green 7 ◦ blue 45

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

Shades of Fire Engine Red #C3072D

Tints of Fire Engine Red #C3072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

 BLUE value IS 45 (17.97% from 255) = 18.22%

R = 78.95%
G = 2.83%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3072D (or 0xC3072D) is known color: Fire Engine Red. HEX triplet: C3, 07 and 2D. RGB value is (195,7,45). Sum of RGB (Red+Green+Blue) = 195+7+45=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C3072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3072D is #3CF8D2. Grayscale: #434343. Windows color (decimal): -3995859 or 2951107. OLE color: 2951107.

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

Color convert

RGB 195 7 45 -
CMYK 0 0.96 0.77 0.24
HSL 347.87º 0.93% 0.4% -
HSV(B) 347.87º 0.96% 0.76% -
XYZ 23.06 11.94 3.57 -
YUV 67.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 195 7 45 0 0.96 0.77 0.24 347.87 0.93 0.4
Hex C3 7 2D 0 60 4D 18 15C 5D 28
Octal 303 7 55 0 140 115 30 534 135 50
Binary 11000011 111 101101 0 1100000 1001101 11000 101011100 1011101 101000

Color Harmonies of #C3072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3072D

Black with #C3072D

Text Example


Text Example

White with #C3072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3072D; }

 p { color: rgb(195,7,45); }

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

background-color css

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

 a { background-color: rgb(195,7,45); }

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

border-color css

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

 span { border-color: rgb(195,7,45); }

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