Html Css Color HEX #CB061D Venetian Red

📋 copy color: '#CB061D'

red 203 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #CB061D

Tints of Venetian Red #CB061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

 BLUE value IS 29 (11.72% from 255) = 12.18%

R = 85.29%
G = 2.52%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB061D (or 0xCB061D) is known color: Venetian Red. HEX triplet: CB, 06 and 1D. RGB value is (203,6,29). Sum of RGB (Red+Green+Blue) = 203+6+29=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB061D is #34F9E2. Grayscale: #434343. Windows color (decimal): -3471843 or 1902283. OLE color: 1902283.

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

Color convert

RGB 203 6 29 -
CMYK 0 0.97 0.86 0.20
HSL 352.99º 0.94% 0.41% -
HSV(B) 352.99º 0.97% 0.8% -
XYZ 24.92 12.92 2.34 -
YUV 67.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 203 6 29 0 0.97 0.86 0.20 352.99 0.94 0.41
Hex CB 6 1D 0 61 56 14 161 5E 29
Octal 313 6 35 0 141 126 24 541 136 51
Binary 11001011 110 11101 0 1100001 1010110 10100 101100001 1011110 101001

Color Harmonies of #CB061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB061D

Black with #CB061D

Text Example


Text Example

White with #CB061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB061D; }

 p { color: rgb(203,6,29); }

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

background-color css

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

 a { background-color: rgb(203,6,29); }

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

border-color css

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

 span { border-color: rgb(203,6,29); }

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