Html Css Color HEX #CB0F19 Venetian Red

📋 copy color: '#CB0F19'

red 203 ◦ green 15 ◦ blue 25

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

Shades of Venetian Red #CB0F19

Tints of Venetian Red #CB0F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

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

R = 83.54%
G = 6.17%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB0F19 (or 0xCB0F19) is known color: Venetian Red. HEX triplet: CB, 0F and 19. RGB value is (203,15,25). Sum of RGB (Red+Green+Blue) = 203+15+25=243 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.54% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0F19 is #34F0E6. Grayscale: #484848. Windows color (decimal): -3469543 or 1642443. OLE color: 1642443.

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

Color convert

RGB 203 15 25 -
CMYK 0 0.93 0.88 0.20
HSL 356.81º 0.86% 0.43% -
HSV(B) 356.81º 0.93% 0.8% -
XYZ 24.97 13.11 2.13 -
YUV 72.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 203 15 25 0 0.93 0.88 0.20 356.81 0.86 0.43
Hex CB F 19 0 5D 58 14 165 56 2B
Octal 313 17 31 0 135 130 24 545 126 53
Binary 11001011 1111 11001 0 1011101 1011000 10100 101100101 1010110 101011

Color Harmonies of #CB0F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0F19

Black with #CB0F19

Text Example


Text Example

White with #CB0F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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