Html Css Color HEX #CB051E Venetian Red

📋 copy color: '#CB051E'

red 203 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #CB051E

Tints of Venetian Red #CB051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 85.29%
G = 2.1%
B = 12.61%

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

#CB051E (or 0xCB051E) is known color: Venetian Red. HEX triplet: CB, 05 and 1E. RGB value is (203,5,30). Sum of RGB (Red+Green+Blue) = 203+5+30=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB051E is #34FAE1. Grayscale: #434343. Windows color (decimal): -3472098 or 1967563. OLE color: 1967563.

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

Color convert

RGB 203 5 30 -
CMYK 0 0.98 0.85 0.20
HSL 352.42º 0.95% 0.41% -
HSV(B) 352.42º 0.98% 0.8% -
XYZ 24.92 12.9 2.4 -
YUV 67.05 107.1 224.97 -
System Red Green Blue C M Y K H S L
Decimal 203 5 30 0 0.98 0.85 0.20 352.42 0.95 0.41
Hex CB 5 1E 0 62 55 14 160 5F 29
Octal 313 5 36 0 142 125 24 540 137 51
Binary 11001011 101 11110 0 1100010 1010101 10100 101100000 1011111 101001

Color Harmonies of #CB051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB051E

Black with #CB051E

Text Example


Text Example

White with #CB051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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