Html Css Color HEX #C3092A Fire Engine Red

📋 copy color: '#C3092A'

red 195 ◦ green 9 ◦ blue 42

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

Shades of Fire Engine Red #C3092A

Tints of Fire Engine Red #C3092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

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

R = 79.27%
G = 3.66%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3092A (or 0xC3092A) is known color: Fire Engine Red. HEX triplet: C3, 09 and 2A. RGB value is (195,9,42). Sum of RGB (Red+Green+Blue) = 195+9+42=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C3092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3092A is #3CF6D5. Grayscale: #444444. Windows color (decimal): -3995350 or 2755011. OLE color: 2755011.

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

Color convert

RGB 195 9 42 -
CMYK 0 0.95 0.78 0.24
HSL 349.35º 0.91% 0.4% -
HSV(B) 349.35º 0.95% 0.76% -
XYZ 23.02 11.96 3.29 -
YUV 68.38 113.12 218.32 -
System Red Green Blue C M Y K H S L
Decimal 195 9 42 0 0.95 0.78 0.24 349.35 0.91 0.4
Hex C3 9 2A 0 5F 4E 18 15D 5B 28
Octal 303 11 52 0 137 116 30 535 133 50
Binary 11000011 1001 101010 0 1011111 1001110 11000 101011101 1011011 101000

Color Harmonies of #C3092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3092A

Black with #C3092A

Text Example


Text Example

White with #C3092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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