Html Css Color HEX #CB070C Venetian Red

📋 copy color: '#CB070C'

red 203 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #CB070C

Tints of Venetian Red #CB070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 91.44%
G = 3.15%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB070C (or 0xCB070C) is known color: Venetian Red. HEX triplet: CB, 07 and 0C. RGB value is (203,7,12). Sum of RGB (Red+Green+Blue) = 203+7+12=222 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.44% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 203 - color contains mainly: red. Hex color #CB070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB070C is #34F8F3. Grayscale: #424242. Windows color (decimal): -3471604 or 788427. OLE color: 788427.

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

Color convert

RGB 203 7 12 -
CMYK 0 0.97 0.94 0.20
HSL 358.47º 0.93% 0.41% -
HSV(B) 358.47º 0.97% 0.8% -
XYZ 24.77 12.88 1.53 -
YUV 66.17 97.43 225.59 -
System Red Green Blue C M Y K H S L
Decimal 203 7 12 0 0.97 0.94 0.20 358.47 0.93 0.41
Hex CB 7 C 0 61 5E 14 166 5D 29
Octal 313 7 14 0 141 136 24 546 135 51
Binary 11001011 111 1100 0 1100001 1011110 10100 101100110 1011101 101001

Color Harmonies of #CB070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB070C

Black with #CB070C

Text Example


Text Example

White with #CB070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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