Html Css Color HEX #CB0D0F Venetian Red

📋 copy color: '#CB0D0F'

red 203 ◦ green 13 ◦ blue 15

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

Shades of Venetian Red #CB0D0F

Tints of Venetian Red #CB0D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 87.88%
G = 5.63%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB0D0F (or 0xCB0D0F) is known color: Venetian Red. HEX triplet: CB, 0D and 0F. RGB value is (203,13,15). Sum of RGB (Red+Green+Blue) = 203+13+15=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0D0F is #34F2F0. Grayscale: #464646. Windows color (decimal): -3470065 or 986571. OLE color: 986571.

HSL color Cylindrical-coordinate representation of color #CB0D0F: hue angle of 359.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 13 15 -
CMYK 0 0.94 0.93 0.20
HSL 359.37º 0.88% 0.42% -
HSV(B) 359.37º 0.94% 0.8% -
XYZ 24.86 13.02 1.65 -
YUV 70.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 203 13 15 0 0.94 0.93 0.20 359.37 0.88 0.42
Hex CB D F 0 5E 5D 14 167 58 2A
Octal 313 15 17 0 136 135 24 547 130 52
Binary 11001011 1101 1111 0 1011110 1011101 10100 101100111 1011000 101010

Color Harmonies of #CB0D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0D0F

Black with #CB0D0F

Text Example


Text Example

White with #CB0D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0D0F; }

 p { color: rgb(203,13,15); }

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

background-color css

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

 a { background-color: rgb(203,13,15); }

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

border-color css

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

 span { border-color: rgb(203,13,15); }

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