Html Css Color HEX #C00509 Venetian Red

📋 copy color: '#C00509'

red 192 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #C00509

Tints of Venetian Red #C00509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 9 (3.91% from 255) = 4.37%

R = 93.2%
G = 2.43%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C00509 (or 0xC00509) is known color: Venetian Red. HEX triplet: C0, 05 and 09. RGB value is (192,5,9). Sum of RGB (Red+Green+Blue) = 192+5+9=206 (27% of max value = 765). Red value is 192 (75.39% from 255 or 93.20% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 192 - color contains mainly: red. Hex color #C00509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00509 is #3FFAF6. Grayscale: #3D3D3D. Windows color (decimal): -4193015 or 591296. OLE color: 591296.

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

Color convert

RGB 192 5 9 -
CMYK 0 0.97 0.95 0.25
HSL 358.72º 0.95% 0.39% -
HSV(B) 358.72º 0.97% 0.75% -
XYZ 21.84 11.33 1.3 -
YUV 61.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 192 5 9 0 0.97 0.95 0.25 358.72 0.95 0.39
Hex C0 5 9 0 61 5F 19 167 5F 27
Octal 300 5 11 0 141 137 31 547 137 47
Binary 11000000 101 1001 0 1100001 1011111 11001 101100111 1011111 100111

Color Harmonies of #C00509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00509

Black with #C00509

Text Example


Text Example

White with #C00509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00509; }

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

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

background-color css

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

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

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

border-color css

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

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

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