Html Css Color HEX #C30213 Venetian Red

📋 copy color: '#C30213'

red 195 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #C30213

Tints of Venetian Red #C30213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 90.28%
G = 0.93%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C30213 (or 0xC30213) is known color: Venetian Red. HEX triplet: C3, 02 and 13. RGB value is (195,2,19). Sum of RGB (Red+Green+Blue) = 195+2+19=216 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.28% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 195 - color contains mainly: red. Hex color #C30213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30213 is #3CFDEC. Grayscale: #3D3D3D. Windows color (decimal): -3997165 or 1245891. OLE color: 1245891.

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

Color convert

RGB 195 2 19 -
CMYK 0 0.99 0.90 0.24
HSL 354.72º 0.98% 0.39% -
HSV(B) 354.72º 0.99% 0.76% -
XYZ 22.64 11.69 1.68 -
YUV 61.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 195 2 19 0 0.99 0.90 0.24 354.72 0.98 0.39
Hex C3 2 13 0 63 5A 18 163 62 27
Octal 303 2 23 0 143 132 30 543 142 47
Binary 11000011 10 10011 0 1100011 1011010 11000 101100011 1100010 100111

Color Harmonies of #C30213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30213

Black with #C30213

Text Example


Text Example

White with #C30213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30213; }

 p { color: rgb(195,2,19); }

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

background-color css

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

 a { background-color: rgb(195,2,19); }

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

border-color css

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

 span { border-color: rgb(195,2,19); }

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