Html Css Color HEX #C30307 Venetian Red

📋 copy color: '#C30307'

red 195 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #C30307

Tints of Venetian Red #C30307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 95.12%
G = 1.46%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C30307 (or 0xC30307) is known color: Venetian Red. HEX triplet: C3, 03 and 07. RGB value is (195,3,7). Sum of RGB (Red+Green+Blue) = 195+3+7=205 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.12% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 195 - color contains mainly: red. Hex color #C30307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30307 is #3CFCF8. Grayscale: #3D3D3D. Windows color (decimal): -3996921 or 459715. OLE color: 459715.

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

Color convert

RGB 195 3 7 -
CMYK 0 0.98 0.96 0.24
HSL 358.75º 0.97% 0.39% -
HSV(B) 358.75º 0.98% 0.76% -
XYZ 22.58 11.68 1.27 -
YUV 60.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 195 3 7 0 0.98 0.96 0.24 358.75 0.97 0.39
Hex C3 3 7 0 62 60 18 167 61 27
Octal 303 3 7 0 142 140 30 547 141 47
Binary 11000011 11 111 0 1100010 1100000 11000 101100111 1100001 100111

Color Harmonies of #C30307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30307

Black with #C30307

Text Example


Text Example

White with #C30307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30307; }

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

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

background-color css

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

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

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

border-color css

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

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

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