Html Css Color HEX #CF010B Venetian Red

📋 copy color: '#CF010B'

red 207 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #CF010B

Tints of Venetian Red #CF010B

RGB

 RED value IS 207 (81.25% from 255) = 94.52%

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

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

R = 94.52%
G = 0.46%
B = 5.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF010B (or 0xCF010B) is known color: Venetian Red. HEX triplet: CF, 01 and 0B. RGB value is (207,1,11). Sum of RGB (Red+Green+Blue) = 207+1+11=219 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.52% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 207 - color contains mainly: red. Hex color #CF010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF010B is #30FEF4. Grayscale: #3F3F3F. Windows color (decimal): -3210997 or 721359. OLE color: 721359.

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

Color convert

RGB 207 1 11 -
CMYK 0 1.00 0.95 0.19
HSL 357.09º 0.99% 0.41% -
HSV(B) 357.09º 1% 0.81% -
XYZ 25.8 13.31 1.53 -
YUV 63.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 207 1 11 0 1.00 0.95 0.19 357.09 0.99 0.41
Hex CF 1 B 0 64 5F 13 165 63 29
Octal 317 1 13 0 144 137 23 545 143 51
Binary 11001111 1 1011 0 1100100 1011111 10011 101100101 1100011 101001

Color Harmonies of #CF010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF010B

Black with #CF010B

Text Example


Text Example

White with #CF010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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