Html Css Color HEX #CD010B Venetian Red

📋 copy color: '#CD010B'

red 205 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #CD010B

Tints of Venetian Red #CD010B

RGB

 RED value IS 205 (80.47% from 255) = 94.47%

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 11 (4.69% from 255) = 5.07%

R = 94.47%
G = 0.46%
B = 5.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD010B (or 0xCD010B) is known color: Venetian Red. HEX triplet: CD, 01 and 0B. RGB value is (205,1,11). Sum of RGB (Red+Green+Blue) = 205+1+11=217 (28% of max value = 765). Red value is 205 (80.47% from 255 or 94.47% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 205 - color contains mainly: red. Hex color #CD010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD010B is #32FEF4. Grayscale: #3F3F3F. Windows color (decimal): -3342069 or 721357. OLE color: 721357.

HSL color Cylindrical-coordinate representation of color #CD010B: hue angle of 357.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 11 -
CMYK 0 1.00 0.95 0.20
HSL 357.06º 0.99% 0.4% -
HSV(B) 357.06º 1% 0.8% -
XYZ 25.25 13.03 1.5 -
YUV 63.14 98.59 229.19 -
System Red Green Blue C M Y K H S L
Decimal 205 1 11 0 1.00 0.95 0.20 357.06 0.99 0.4
Hex CD 1 B 0 64 5F 14 165 63 28
Octal 315 1 13 0 144 137 24 545 143 50
Binary 11001101 1 1011 0 1100100 1011111 10100 101100101 1100011 101000

Color Harmonies of #CD010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD010B

Black with #CD010B

Text Example


Text Example

White with #CD010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD010B; }

 p { color: rgb(205,1,11); }

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

background-color css

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

 a { background-color: rgb(205,1,11); }

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

border-color css

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

 span { border-color: rgb(205,1,11); }

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