Html Css Color HEX #CB0819 Venetian Red

📋 copy color: '#CB0819'

red 203 ◦ green 8 ◦ blue 25

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

Shades of Venetian Red #CB0819

Tints of Venetian Red #CB0819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 86.02%
G = 3.39%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB0819 (or 0xCB0819) is known color: Venetian Red. HEX triplet: CB, 08 and 19. RGB value is (203,8,25). Sum of RGB (Red+Green+Blue) = 203+8+25=236 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.02% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0819 is #34F7E6. Grayscale: #444444. Windows color (decimal): -3471335 or 1640651. OLE color: 1640651.

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

Color convert

RGB 203 8 25 -
CMYK 0 0.96 0.88 0.20
HSL 354.77º 0.92% 0.41% -
HSV(B) 354.77º 0.96% 0.8% -
XYZ 24.89 12.94 2.11 -
YUV 68.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 203 8 25 0 0.96 0.88 0.20 354.77 0.92 0.41
Hex CB 8 19 0 60 58 14 163 5C 29
Octal 313 10 31 0 140 130 24 543 134 51
Binary 11001011 1000 11001 0 1100000 1011000 10100 101100011 1011100 101001

Color Harmonies of #CB0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0819

Black with #CB0819

Text Example


Text Example

White with #CB0819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0819; }

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

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

background-color css

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

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

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

border-color css

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

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

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