Html Css Color HEX #C00923 Venetian Red

📋 copy color: '#C00923'

red 192 ◦ green 9 ◦ blue 35

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

Shades of Venetian Red #C00923

Tints of Venetian Red #C00923

RGB

 RED value IS 192 (75.39% from 255) = 81.36%

 GREEN value IS 9 (3.91% from 255) = 3.81%

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

R = 81.36%
G = 3.81%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C00923 (or 0xC00923) is known color: Venetian Red. HEX triplet: C0, 09 and 23. RGB value is (192,9,35). Sum of RGB (Red+Green+Blue) = 192+9+35=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C00923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00923 is #3FF6DC. Grayscale: #424242. Windows color (decimal): -4191965 or 2296256. OLE color: 2296256.

HSL color Cylindrical-coordinate representation of color #C00923: hue angle of 351.48º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00923 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 35 -
CMYK 0 0.95 0.82 0.25
HSL 351.48º 0.91% 0.39% -
HSV(B) 351.48º 0.95% 0.75% -
XYZ 22.14 11.52 2.65 -
YUV 66.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 192 9 35 0 0.95 0.82 0.25 351.48 0.91 0.39
Hex C0 9 23 0 5F 52 19 15F 5B 27
Octal 300 11 43 0 137 122 31 537 133 47
Binary 11000000 1001 100011 0 1011111 1010010 11001 101011111 1011011 100111

Color Harmonies of #C00923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00923

Black with #C00923

Text Example


Text Example

White with #C00923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00923; }

 p { color: rgb(192,9,35); }

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

background-color css

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

 a { background-color: rgb(192,9,35); }

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

border-color css

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

 span { border-color: rgb(192,9,35); }

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