Html Css Color HEX #CB0619 Venetian Red

📋 copy color: '#CB0619'

red 203 ◦ green 6 ◦ blue 25

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

Shades of Venetian Red #CB0619

Tints of Venetian Red #CB0619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

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

R = 86.75%
G = 2.56%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB0619 (or 0xCB0619) is known color: Venetian Red. HEX triplet: CB, 06 and 19. RGB value is (203,6,25). Sum of RGB (Red+Green+Blue) = 203+6+25=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0619 is #34F9E6. Grayscale: #434343. Windows color (decimal): -3471847 or 1640139. OLE color: 1640139.

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

Color convert

RGB 203 6 25 -
CMYK 0 0.97 0.88 0.20
HSL 354.21º 0.94% 0.41% -
HSV(B) 354.21º 0.97% 0.8% -
XYZ 24.87 12.9 2.1 -
YUV 67.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 203 6 25 0 0.97 0.88 0.20 354.21 0.94 0.41
Hex CB 6 19 0 61 58 14 162 5E 29
Octal 313 6 31 0 141 130 24 542 136 51
Binary 11001011 110 11001 0 1100001 1011000 10100 101100010 1011110 101001

Color Harmonies of #CB0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0619

Black with #CB0619

Text Example


Text Example

White with #CB0619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0619; }

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

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

background-color css

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

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

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

border-color css

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

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

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