Html Css Color HEX #CB0327 Venetian Red

📋 copy color: '#CB0327'

red 203 ◦ green 3 ◦ blue 39

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

Shades of Venetian Red #CB0327

Tints of Venetian Red #CB0327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 82.86%
G = 1.22%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB0327 (or 0xCB0327) is known color: Venetian Red. HEX triplet: CB, 03 and 27. RGB value is (203,3,39). Sum of RGB (Red+Green+Blue) = 203+3+39=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0327 is #34FCD8. Grayscale: #424242. Windows color (decimal): -3472601 or 2556875. OLE color: 2556875.

HSL color Cylindrical-coordinate representation of color #CB0327: hue angle of 349.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0327 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 3 39 -
CMYK 0 0.99 0.81 0.20
HSL 349.2º 0.97% 0.4% -
HSV(B) 349.2º 0.99% 0.8% -
XYZ 25.03 12.91 3.09 -
YUV 66.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 203 3 39 0 0.99 0.81 0.20 349.2 0.97 0.4
Hex CB 3 27 0 63 51 14 15D 61 28
Octal 313 3 47 0 143 121 24 535 141 50
Binary 11001011 11 100111 0 1100011 1010001 10100 101011101 1100001 101000

Color Harmonies of #CB0327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0327

Black with #CB0327

Text Example


Text Example

White with #CB0327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0327; }

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

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

background-color css

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

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

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

border-color css

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

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

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