Html Css Color HEX #CB051C Venetian Red

📋 copy color: '#CB051C'

red 203 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #CB051C

Tints of Venetian Red #CB051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

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

R = 86.02%
G = 2.12%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB051C (or 0xCB051C) is known color: Venetian Red. HEX triplet: CB, 05 and 1C. RGB value is (203,5,28). Sum of RGB (Red+Green+Blue) = 203+5+28=236 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.02% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 203 - color contains mainly: red. Hex color #CB051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB051C is #34FAE3. Grayscale: #424242. Windows color (decimal): -3472100 or 1836491. OLE color: 1836491.

HSL color Cylindrical-coordinate representation of color #CB051C: hue angle of 353.03º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB051C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 28 -
CMYK 0 0.98 0.86 0.20
HSL 353.03º 0.95% 0.41% -
HSV(B) 353.03º 0.98% 0.8% -
XYZ 24.89 12.89 2.27 -
YUV 66.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 203 5 28 0 0.98 0.86 0.20 353.03 0.95 0.41
Hex CB 5 1C 0 62 56 14 161 5F 29
Octal 313 5 34 0 142 126 24 541 137 51
Binary 11001011 101 11100 0 1100010 1010110 10100 101100001 1011111 101001

Color Harmonies of #CB051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB051C

Black with #CB051C

Text Example


Text Example

White with #CB051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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