Html Css Color HEX #C3090E Venetian Red

📋 copy color: '#C3090E'

red 195 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #C3090E

Tints of Venetian Red #C3090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 89.45%
G = 4.13%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3090E (or 0xC3090E) is known color: Venetian Red. HEX triplet: C3, 09 and 0E. RGB value is (195,9,14). Sum of RGB (Red+Green+Blue) = 195+9+14=218 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.45% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 195 - color contains mainly: red. Hex color #C3090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3090E is #3CF6F1. Grayscale: #414141. Windows color (decimal): -3995378 or 920003. OLE color: 920003.

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

Color convert

RGB 195 9 14 -
CMYK 0 0.95 0.93 0.24
HSL 358.39º 0.91% 0.4% -
HSV(B) 358.39º 0.95% 0.76% -
XYZ 22.68 11.83 1.5 -
YUV 65.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 195 9 14 0 0.95 0.93 0.24 358.39 0.91 0.4
Hex C3 9 E 0 5F 5D 18 166 5B 28
Octal 303 11 16 0 137 135 30 546 133 50
Binary 11000011 1001 1110 0 1011111 1011101 11000 101100110 1011011 101000

Color Harmonies of #C3090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3090E

Black with #C3090E

Text Example


Text Example

White with #C3090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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