Html Css Color HEX #C30308 Venetian Red

📋 copy color: '#C30308'

red 195 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #C30308

Tints of Venetian Red #C30308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 94.66%
G = 1.46%
B = 3.88%

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

#C30308 (or 0xC30308) is known color: Venetian Red. HEX triplet: C3, 03 and 08. RGB value is (195,3,8). Sum of RGB (Red+Green+Blue) = 195+3+8=206 (27% of max value = 765). Red value is 195 (76.56% from 255 or 94.66% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 195 - color contains mainly: red. Hex color #C30308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30308 is #3CFCF7. Grayscale: #3D3D3D. Windows color (decimal): -3996920 or 525251. OLE color: 525251.

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

Color convert

RGB 195 3 8 -
CMYK 0 0.98 0.96 0.24
HSL 358.44º 0.97% 0.39% -
HSV(B) 358.44º 0.98% 0.76% -
XYZ 22.58 11.68 1.29 -
YUV 60.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 195 3 8 0 0.98 0.96 0.24 358.44 0.97 0.39
Hex C3 3 8 0 62 60 18 166 61 27
Octal 303 3 10 0 142 140 30 546 141 47
Binary 11000011 11 1000 0 1100010 1100000 11000 101100110 1100001 100111

Color Harmonies of #C30308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30308

Black with #C30308

Text Example


Text Example

White with #C30308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30308; }

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

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

background-color css

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

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

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

border-color css

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

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

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