Html Css Color HEX #C3021A Venetian Red

📋 copy color: '#C3021A'

red 195 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #C3021A

Tints of Venetian Red #C3021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 87.44%
G = 0.9%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3021A (or 0xC3021A) is known color: Venetian Red. HEX triplet: C3, 02 and 1A. RGB value is (195,2,26). Sum of RGB (Red+Green+Blue) = 195+2+26=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C3021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3021A is #3CFDE5. Grayscale: #3E3E3E. Windows color (decimal): -3997158 or 1704643. OLE color: 1704643.

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

Color convert

RGB 195 2 26 -
CMYK 0 0.99 0.87 0.24
HSL 352.54º 0.98% 0.39% -
HSV(B) 352.54º 0.99% 0.76% -
XYZ 22.71 11.72 2.04 -
YUV 62.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 195 2 26 0 0.99 0.87 0.24 352.54 0.98 0.39
Hex C3 2 1A 0 63 57 18 161 62 27
Octal 303 2 32 0 143 127 30 541 142 47
Binary 11000011 10 11010 0 1100011 1010111 11000 101100001 1100010 100111

Color Harmonies of #C3021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3021A

Black with #C3021A

Text Example


Text Example

White with #C3021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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