Html Css Color HEX #C30023 Venetian Red

📋 copy color: '#C30023'

red 195 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #C30023

Tints of Venetian Red #C30023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.78%
G = 0%
B = 15.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C30023 (or 0xC30023) is known color: Venetian Red. HEX triplet: C3, 00 and 23. RGB value is (195,0,35). Sum of RGB (Red+Green+Blue) = 195+0+35=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C30023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30023 is #3CFFDC. Grayscale: #3E3E3E. Windows color (decimal): -3997661 or 2293955. OLE color: 2293955.

HSL color Cylindrical-coordinate representation of color #C30023: hue angle of 349.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30023 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 35 -
CMYK 0 1 0.82 0.24
HSL 349.23º 1% 0.38% -
HSV(B) 349.23º 1% 0.76% -
XYZ 22.81 11.72 2.65 -
YUV 62.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 195 0 35 0 1 0.82 0.24 349.23 1 0.38
Hex C3 0 23 0 64 52 18 15D 64 26
Octal 303 0 43 0 144 122 30 535 144 46
Binary 11000011 0 100011 0 1100100 1010010 11000 101011101 1100100 100110

Color Harmonies of #C30023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30023

Black with #C30023

Text Example


Text Example

White with #C30023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30023; }

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

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

background-color css

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

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

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

border-color css

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

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

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