Html Css Color HEX #CB0715 Venetian Red

📋 copy color: '#CB0715'

red 203 ◦ green 7 ◦ blue 21

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

Shades of Venetian Red #CB0715

Tints of Venetian Red #CB0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

 BLUE value IS 21 (8.59% from 255) = 9.09%

R = 87.88%
G = 3.03%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB0715 (or 0xCB0715) is known color: Venetian Red. HEX triplet: CB, 07 and 15. RGB value is (203,7,21). Sum of RGB (Red+Green+Blue) = 203+7+21=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0715 is #34F8EA. Grayscale: #434343. Windows color (decimal): -3471595 or 1378251. OLE color: 1378251.

HSL color Cylindrical-coordinate representation of color #CB0715: hue angle of 355.71º degrees, saturation: 0.93, 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 #CB0715 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 21 -
CMYK 0 0.97 0.90 0.20
HSL 355.71º 0.93% 0.41% -
HSV(B) 355.71º 0.97% 0.8% -
XYZ 24.84 12.9 1.89 -
YUV 67.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 203 7 21 0 0.97 0.90 0.20 355.71 0.93 0.41
Hex CB 7 15 0 61 5A 14 164 5D 29
Octal 313 7 25 0 141 132 24 544 135 51
Binary 11001011 111 10101 0 1100001 1011010 10100 101100100 1011101 101001

Color Harmonies of #CB0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0715

Black with #CB0715

Text Example


Text Example

White with #CB0715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0715; }

 p { color: rgb(203,7,21); }

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

background-color css

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

 a { background-color: rgb(203,7,21); }

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

border-color css

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

 span { border-color: rgb(203,7,21); }

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