Html Css Color HEX #C30D0E Venetian Red

📋 copy color: '#C30D0E'

red 195 ◦ green 13 ◦ blue 14

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

Shades of Venetian Red #C30D0E

Tints of Venetian Red #C30D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.86%

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

R = 87.84%
G = 5.86%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C30D0E (or 0xC30D0E) is known color: Venetian Red. HEX triplet: C3, 0D and 0E. RGB value is (195,13,14). Sum of RGB (Red+Green+Blue) = 195+13+14=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30D0E is #3CF2F1. Grayscale: #434343. Windows color (decimal): -3994354 or 921027. OLE color: 921027.

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

Color convert

RGB 195 13 14 -
CMYK 0 0.93 0.93 0.24
HSL 359.67º 0.88% 0.41% -
HSV(B) 359.67º 0.93% 0.76% -
XYZ 22.73 11.92 1.52 -
YUV 67.53 97.8 218.92 -
System Red Green Blue C M Y K H S L
Decimal 195 13 14 0 0.93 0.93 0.24 359.67 0.88 0.41
Hex C3 D E 0 5D 5D 18 168 58 29
Octal 303 15 16 0 135 135 30 550 130 51
Binary 11000011 1101 1110 0 1011101 1011101 11000 101101000 1011000 101001

Color Harmonies of #C30D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D0E

Black with #C30D0E

Text Example


Text Example

White with #C30D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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