Html Css Color HEX #CB070F Venetian Red

📋 copy color: '#CB070F'

red 203 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #CB070F

Tints of Venetian Red #CB070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 90.22%
G = 3.11%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB070F (or 0xCB070F) is known color: Venetian Red. HEX triplet: CB, 07 and 0F. RGB value is (203,7,15). Sum of RGB (Red+Green+Blue) = 203+7+15=225 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 203 - color contains mainly: red. Hex color #CB070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB070F is #34F8F0. Grayscale: #424242. Windows color (decimal): -3471601 or 985035. OLE color: 985035.

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

Color convert

RGB 203 7 15 -
CMYK 0 0.97 0.93 0.20
HSL 357.55º 0.93% 0.41% -
HSV(B) 357.55º 0.97% 0.8% -
XYZ 24.79 12.88 1.63 -
YUV 66.52 98.93 225.35 -
System Red Green Blue C M Y K H S L
Decimal 203 7 15 0 0.97 0.93 0.20 357.55 0.93 0.41
Hex CB 7 F 0 61 5D 14 166 5D 29
Octal 313 7 17 0 141 135 24 546 135 51
Binary 11001011 111 1111 0 1100001 1011101 10100 101100110 1011101 101001

Color Harmonies of #CB070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB070F

Black with #CB070F

Text Example


Text Example

White with #CB070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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