Html Css Color HEX #CB071C Venetian Red

📋 copy color: '#CB071C'

red 203 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #CB071C

Tints of Venetian Red #CB071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 85.29%
G = 2.94%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB071C (or 0xCB071C) is known color: Venetian Red. HEX triplet: CB, 07 and 1C. RGB value is (203,7,28). Sum of RGB (Red+Green+Blue) = 203+7+28=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB071C is #34F8E3. Grayscale: #444444. Windows color (decimal): -3471588 or 1837003. OLE color: 1837003.

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

Color convert

RGB 203 7 28 -
CMYK 0 0.97 0.86 0.20
HSL 353.57º 0.93% 0.41% -
HSV(B) 353.57º 0.97% 0.8% -
XYZ 24.91 12.93 2.28 -
YUV 68 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 203 7 28 0 0.97 0.86 0.20 353.57 0.93 0.41
Hex CB 7 1C 0 61 56 14 162 5D 29
Octal 313 7 34 0 141 126 24 542 135 51
Binary 11001011 111 11100 0 1100001 1010110 10100 101100010 1011101 101001

Color Harmonies of #CB071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB071C

Black with #CB071C

Text Example


Text Example

White with #CB071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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