Html Css Color HEX #CB0525 Venetian Red

📋 copy color: '#CB0525'

red 203 ◦ green 5 ◦ blue 37

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

Shades of Venetian Red #CB0525

Tints of Venetian Red #CB0525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.1%

R = 82.86%
G = 2.04%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB0525 (or 0xCB0525) is known color: Venetian Red. HEX triplet: CB, 05 and 25. RGB value is (203,5,37). Sum of RGB (Red+Green+Blue) = 203+5+37=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0525 is #34FADA. Grayscale: #434343. Windows color (decimal): -3472091 or 2426315. OLE color: 2426315.

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

Color convert

RGB 203 5 37 -
CMYK 0 0.98 0.82 0.20
HSL 350.3º 0.95% 0.41% -
HSV(B) 350.3º 0.98% 0.8% -
XYZ 25.02 12.94 2.93 -
YUV 67.85 110.6 224.4 -
System Red Green Blue C M Y K H S L
Decimal 203 5 37 0 0.98 0.82 0.20 350.3 0.95 0.41
Hex CB 5 25 0 62 52 14 15E 5F 29
Octal 313 5 45 0 142 122 24 536 137 51
Binary 11001011 101 100101 0 1100010 1010010 10100 101011110 1011111 101001

Color Harmonies of #CB0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0525

Black with #CB0525

Text Example


Text Example

White with #CB0525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0525; }

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

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

background-color css

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

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

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

border-color css

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

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

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