Html Css Color HEX #CF010A Venetian Red

📋 copy color: '#CF010A'

red 207 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #CF010A

Tints of Venetian Red #CF010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.59%

R = 94.95%
G = 0.46%
B = 4.59%

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

#CF010A (or 0xCF010A) is known color: Venetian Red. HEX triplet: CF, 01 and 0A. RGB value is (207,1,10). Sum of RGB (Red+Green+Blue) = 207+1+10=218 (28% of max value = 765). Red value is 207 (81.25% from 255 or 94.95% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 207 - color contains mainly: red. Hex color #CF010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF010A is #30FEF5. Grayscale: #3F3F3F. Windows color (decimal): -3210998 or 655823. OLE color: 655823.

HSL color Cylindrical-coordinate representation of color #CF010A: hue angle of 357.38º 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 #CF010A is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 10 -
CMYK 0 1.00 0.95 0.19
HSL 357.38º 0.99% 0.41% -
HSV(B) 357.38º 1% 0.81% -
XYZ 25.8 13.31 1.5 -
YUV 63.62 97.75 230.27 -
System Red Green Blue C M Y K H S L
Decimal 207 1 10 0 1.00 0.95 0.19 357.38 0.99 0.41
Hex CF 1 A 0 64 5F 13 165 63 29
Octal 317 1 12 0 144 137 23 545 143 51
Binary 11001111 1 1010 0 1100100 1011111 10011 101100101 1100011 101001

Color Harmonies of #CF010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF010A

Black with #CF010A

Text Example


Text Example

White with #CF010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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