Html Css Color HEX #CB0519 Venetian Red

📋 copy color: '#CB0519'

red 203 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #CB0519

Tints of Venetian Red #CB0519

RGB

 RED value IS 203 (79.69% from 255) = 87.12%

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

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 87.12%
G = 2.15%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB0519 (or 0xCB0519) is known color: Venetian Red. HEX triplet: CB, 05 and 19. RGB value is (203,5,25). Sum of RGB (Red+Green+Blue) = 203+5+25=233 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.12% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0519 is #34FAE6. Grayscale: #424242. Windows color (decimal): -3472103 or 1639883. OLE color: 1639883.

HSL color Cylindrical-coordinate representation of color #CB0519: hue angle of 353.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0519 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 25 -
CMYK 0 0.98 0.88 0.20
HSL 353.94º 0.95% 0.41% -
HSV(B) 353.94º 0.98% 0.8% -
XYZ 24.86 12.88 2.09 -
YUV 66.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 203 5 25 0 0.98 0.88 0.20 353.94 0.95 0.41
Hex CB 5 19 0 62 58 14 162 5F 29
Octal 313 5 31 0 142 130 24 542 137 51
Binary 11001011 101 11001 0 1100010 1011000 10100 101100010 1011111 101001

Color Harmonies of #CB0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0519

Black with #CB0519

Text Example


Text Example

White with #CB0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0519; }

 p { color: rgb(203,5,25); }

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

background-color css

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

 a { background-color: rgb(203,5,25); }

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

border-color css

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

 span { border-color: rgb(203,5,25); }

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