Html Css Color HEX #CF0510 Venetian Red

📋 copy color: '#CF0510'

red 207 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #CF0510

Tints of Venetian Red #CF0510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 90.79%
G = 2.19%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF0510 (or 0xCF0510) is known color: Venetian Red. HEX triplet: CF, 05 and 10. RGB value is (207,5,16). Sum of RGB (Red+Green+Blue) = 207+5+16=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0510 is #30FAEF. Grayscale: #424242. Windows color (decimal): -3209968 or 1050063. OLE color: 1050063.

HSL color Cylindrical-coordinate representation of color #CF0510: hue angle of 356.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0510 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 16 -
CMYK 0 0.98 0.92 0.19
HSL 356.73º 0.95% 0.42% -
HSV(B) 356.73º 0.98% 0.81% -
XYZ 25.88 13.41 1.71 -
YUV 66.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 207 5 16 0 0.98 0.92 0.19 356.73 0.95 0.42
Hex CF 5 10 0 62 5C 13 165 5F 2A
Octal 317 5 20 0 142 134 23 545 137 52
Binary 11001111 101 10000 0 1100010 1011100 10011 101100101 1011111 101010

Color Harmonies of #CF0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0510

Black with #CF0510

Text Example


Text Example

White with #CF0510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0510; }

 p { color: rgb(207,5,16); }

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

background-color css

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

 a { background-color: rgb(207,5,16); }

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

border-color css

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

 span { border-color: rgb(207,5,16); }

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