Html Css Color HEX #C30223 Venetian Red

📋 copy color: '#C30223'

red 195 ◦ green 2 ◦ blue 35

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

Shades of Venetian Red #C30223

Tints of Venetian Red #C30223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.09%

R = 84.05%
G = 0.86%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C30223 (or 0xC30223) is known color: Venetian Red. HEX triplet: C3, 02 and 23. RGB value is (195,2,35). Sum of RGB (Red+Green+Blue) = 195+2+35=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C30223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30223 is #3CFDDC. Grayscale: #3F3F3F. Windows color (decimal): -3997149 or 2294467. OLE color: 2294467.

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

Color convert

RGB 195 2 35 -
CMYK 0 0.99 0.82 0.24
HSL 349.74º 0.98% 0.39% -
HSV(B) 349.74º 0.99% 0.76% -
XYZ 22.83 11.77 2.66 -
YUV 63.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 195 2 35 0 0.99 0.82 0.24 349.74 0.98 0.39
Hex C3 2 23 0 63 52 18 15E 62 27
Octal 303 2 43 0 143 122 30 536 142 47
Binary 11000011 10 100011 0 1100011 1010010 11000 101011110 1100010 100111

Color Harmonies of #C30223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30223

Black with #C30223

Text Example


Text Example

White with #C30223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30223; }

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

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

background-color css

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

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

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

border-color css

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

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

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