Html Css Color HEX #C3072B Fire Engine Red

📋 copy color: '#C3072B'

red 195 ◦ green 7 ◦ blue 43

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

Shades of Fire Engine Red #C3072B

Tints of Fire Engine Red #C3072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 79.59%
G = 2.86%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3072B (or 0xC3072B) is known color: Fire Engine Red. HEX triplet: C3, 07 and 2B. RGB value is (195,7,43). Sum of RGB (Red+Green+Blue) = 195+7+43=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3072B is #3CF8D4. Grayscale: #434343. Windows color (decimal): -3995861 or 2820035. OLE color: 2820035.

HSL color Cylindrical-coordinate representation of color #C3072B: hue angle of 348.51º 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 #C3072B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 43 -
CMYK 0 0.96 0.78 0.24
HSL 348.51º 0.93% 0.4% -
HSV(B) 348.51º 0.96% 0.76% -
XYZ 23.02 11.93 3.37 -
YUV 67.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 195 7 43 0 0.96 0.78 0.24 348.51 0.93 0.4
Hex C3 7 2B 0 60 4E 18 15D 5D 28
Octal 303 7 53 0 140 116 30 535 135 50
Binary 11000011 111 101011 0 1100000 1001110 11000 101011101 1011101 101000

Color Harmonies of #C3072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3072B

Black with #C3072B

Text Example


Text Example

White with #C3072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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