Html Css Color HEX #CB0019 Venetian Red

📋 copy color: '#CB0019'

red 203 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #CB0019

Tints of Venetian Red #CB0019

RGB

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

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

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

R = 89.04%
G = 0%
B = 10.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB0019 (or 0xCB0019) is known color: Venetian Red. HEX triplet: CB, 00 and 19. RGB value is (203,0,25). Sum of RGB (Red+Green+Blue) = 203+0+25=228 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.04% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0019 is #34FFE6. Grayscale: #3F3F3F. Windows color (decimal): -3473383 or 1638603. OLE color: 1638603.

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

Color convert

RGB 203 0 25 -
CMYK 0 1 0.88 0.20
HSL 352.61º 1% 0.4% -
HSV(B) 352.61º 1% 0.8% -
XYZ 24.8 12.77 2.08 -
YUV 63.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 203 0 25 0 1 0.88 0.20 352.61 1 0.4
Hex CB 0 19 0 64 58 14 161 64 28
Octal 313 0 31 0 144 130 24 541 144 50
Binary 11001011 0 11001 0 1100100 1011000 10100 101100001 1100100 101000

Color Harmonies of #CB0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0019

Black with #CB0019

Text Example


Text Example

White with #CB0019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0019; }

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

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

background-color css

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

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

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

border-color css

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

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

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