Html Css Color HEX #C30405 Venetian Red

📋 copy color: '#C30405'

red 195 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #C30405

Tints of Venetian Red #C30405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 95.59%
G = 1.96%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C30405 (or 0xC30405) is known color: Venetian Red. HEX triplet: C3, 04 and 05. RGB value is (195,4,5). Sum of RGB (Red+Green+Blue) = 195+4+5=204 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.59% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 195 - color contains mainly: red. Hex color #C30405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30405 is #3CFBFA. Grayscale: #3D3D3D. Windows color (decimal): -3996667 or 328899. OLE color: 328899.

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

Color convert

RGB 195 4 5 -
CMYK 0 0.98 0.97 0.24
HSL 359.69º 0.96% 0.39% -
HSV(B) 359.69º 0.98% 0.76% -
XYZ 22.58 11.7 1.21 -
YUV 61.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 195 4 5 0 0.98 0.97 0.24 359.69 0.96 0.39
Hex C3 4 5 0 62 61 18 168 60 27
Octal 303 4 5 0 142 141 30 550 140 47
Binary 11000011 100 101 0 1100010 1100001 11000 101101000 1100000 100111

Color Harmonies of #C30405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30405

Black with #C30405

Text Example


Text Example

White with #C30405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30405; }

 p { color: rgb(195,4,5); }

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

background-color css

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

 a { background-color: rgb(195,4,5); }

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

border-color css

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

 span { border-color: rgb(195,4,5); }

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