Html Css Color HEX #CB051F Venetian Red

📋 copy color: '#CB051F'

red 203 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #CB051F

Tints of Venetian Red #CB051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 84.94%
G = 2.09%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB051F (or 0xCB051F) is known color: Venetian Red. HEX triplet: CB, 05 and 1F. RGB value is (203,5,31). Sum of RGB (Red+Green+Blue) = 203+5+31=239 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.94% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 203 - color contains mainly: red. Hex color #CB051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB051F is #34FAE0. Grayscale: #434343. Windows color (decimal): -3472097 or 2033099. OLE color: 2033099.

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

Color convert

RGB 203 5 31 -
CMYK 0 0.98 0.85 0.20
HSL 352.12º 0.95% 0.41% -
HSV(B) 352.12º 0.98% 0.8% -
XYZ 24.93 12.9 2.47 -
YUV 67.17 107.6 224.89 -
System Red Green Blue C M Y K H S L
Decimal 203 5 31 0 0.98 0.85 0.20 352.12 0.95 0.41
Hex CB 5 1F 0 62 55 14 160 5F 29
Octal 313 5 37 0 142 125 24 540 137 51
Binary 11001011 101 11111 0 1100010 1010101 10100 101100000 1011111 101001

Color Harmonies of #CB051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB051F

Black with #CB051F

Text Example


Text Example

White with #CB051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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