Html Css Color HEX #CB0315 Venetian Red

📋 copy color: '#CB0315'

red 203 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #CB0315

Tints of Venetian Red #CB0315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.25%

R = 89.43%
G = 1.32%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB0315 (or 0xCB0315) is known color: Venetian Red. HEX triplet: CB, 03 and 15. RGB value is (203,3,21). Sum of RGB (Red+Green+Blue) = 203+3+21=227 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.43% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0315 is #34FCEA. Grayscale: #404040. Windows color (decimal): -3472619 or 1377227. OLE color: 1377227.

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

Color convert

RGB 203 3 21 -
CMYK 0 0.99 0.90 0.20
HSL 354.6º 0.97% 0.4% -
HSV(B) 354.6º 0.99% 0.8% -
XYZ 24.8 12.82 1.88 -
YUV 64.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 203 3 21 0 0.99 0.90 0.20 354.6 0.97 0.4
Hex CB 3 15 0 63 5A 14 163 61 28
Octal 313 3 25 0 143 132 24 543 141 50
Binary 11001011 11 10101 0 1100011 1011010 10100 101100011 1100001 101000

Color Harmonies of #CB0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0315

Black with #CB0315

Text Example


Text Example

White with #CB0315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0315; }

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

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

background-color css

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

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

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

border-color css

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

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

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