Html Css Color HEX #CB070B Venetian Red

📋 copy color: '#CB070B'

red 203 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #CB070B

Tints of Venetian Red #CB070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 91.86%
G = 3.17%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB070B (or 0xCB070B) is known color: Venetian Red. HEX triplet: CB, 07 and 0B. RGB value is (203,7,11). Sum of RGB (Red+Green+Blue) = 203+7+11=221 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.86% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 203 - color contains mainly: red. Hex color #CB070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB070B is #34F8F4. Grayscale: #424242. Windows color (decimal): -3471605 or 722891. OLE color: 722891.

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

Color convert

RGB 203 7 11 -
CMYK 0 0.97 0.95 0.20
HSL 358.78º 0.93% 0.41% -
HSV(B) 358.78º 0.97% 0.8% -
XYZ 24.76 12.87 1.5 -
YUV 66.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 203 7 11 0 0.97 0.95 0.20 358.78 0.93 0.41
Hex CB 7 B 0 61 5F 14 167 5D 29
Octal 313 7 13 0 141 137 24 547 135 51
Binary 11001011 111 1011 0 1100001 1011111 10100 101100111 1011101 101001

Color Harmonies of #CB070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB070B

Black with #CB070B

Text Example


Text Example

White with #CB070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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