Html Css Color HEX #CB0527 Venetian Red

📋 copy color: '#CB0527'

red 203 ◦ green 5 ◦ blue 39

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

Shades of Venetian Red #CB0527

Tints of Venetian Red #CB0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 82.19%
G = 2.02%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB0527 (or 0xCB0527) is known color: Venetian Red. HEX triplet: CB, 05 and 27. RGB value is (203,5,39). Sum of RGB (Red+Green+Blue) = 203+5+39=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0527 is #34FAD8. Grayscale: #444444. Windows color (decimal): -3472089 or 2557387. OLE color: 2557387.

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

Color convert

RGB 203 5 39 -
CMYK 0 0.98 0.81 0.20
HSL 349.7º 0.95% 0.41% -
HSV(B) 349.7º 0.98% 0.8% -
XYZ 25.05 12.95 3.1 -
YUV 68.08 111.6 224.24 -
System Red Green Blue C M Y K H S L
Decimal 203 5 39 0 0.98 0.81 0.20 349.7 0.95 0.41
Hex CB 5 27 0 62 51 14 15E 5F 29
Octal 313 5 47 0 142 121 24 536 137 51
Binary 11001011 101 100111 0 1100010 1010001 10100 101011110 1011111 101001

Color Harmonies of #CB0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0527

Black with #CB0527

Text Example


Text Example

White with #CB0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0527; }

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

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

background-color css

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

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

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

border-color css

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

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

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