Html Css Color HEX #CF0514 Venetian Red

📋 copy color: '#CF0514'

red 207 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #CF0514

Tints of Venetian Red #CF0514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 89.22%
G = 2.16%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF0514 (or 0xCF0514) is known color: Venetian Red. HEX triplet: CF, 05 and 14. RGB value is (207,5,20). Sum of RGB (Red+Green+Blue) = 207+5+20=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0514 is #30FAEB. Grayscale: #434343. Windows color (decimal): -3209964 or 1312207. OLE color: 1312207.

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

Color convert

RGB 207 5 20 -
CMYK 0 0.98 0.90 0.19
HSL 355.54º 0.95% 0.42% -
HSV(B) 355.54º 0.98% 0.81% -
XYZ 25.91 13.42 1.89 -
YUV 67.11 101.42 227.78 -
System Red Green Blue C M Y K H S L
Decimal 207 5 20 0 0.98 0.90 0.19 355.54 0.95 0.42
Hex CF 5 14 0 62 5A 13 164 5F 2A
Octal 317 5 24 0 142 132 23 544 137 52
Binary 11001111 101 10100 0 1100010 1011010 10011 101100100 1011111 101010

Color Harmonies of #CF0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0514

Black with #CF0514

Text Example


Text Example

White with #CF0514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0514; }

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

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

background-color css

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

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

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

border-color css

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

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

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