Html Css Color HEX #CF0015 Venetian Red

📋 copy color: '#CF0015'

red 207 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #CF0015

Tints of Venetian Red #CF0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 90.79%
G = 0%
B = 9.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF0015 (or 0xCF0015) is known color: Venetian Red. HEX triplet: CF, 00 and 15. RGB value is (207,0,21). Sum of RGB (Red+Green+Blue) = 207+0+21=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0015 is #30FFEA. Grayscale: #404040. Windows color (decimal): -3211243 or 1376463. OLE color: 1376463.

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

Color convert

RGB 207 0 21 -
CMYK 0 1 0.90 0.19
HSL 353.91º 1% 0.41% -
HSV(B) 353.91º 1% 0.81% -
XYZ 25.87 13.32 1.92 -
YUV 64.29 103.58 229.79 -
System Red Green Blue C M Y K H S L
Decimal 207 0 21 0 1 0.90 0.19 353.91 1 0.41
Hex CF 0 15 0 64 5A 13 162 64 29
Octal 317 0 25 0 144 132 23 542 144 51
Binary 11001111 0 10101 0 1100100 1011010 10011 101100010 1100100 101001

Color Harmonies of #CF0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0015

Black with #CF0015

Text Example


Text Example

White with #CF0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0015; }

 p { color: rgb(207,0,21); }

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

background-color css

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

 a { background-color: rgb(207,0,21); }

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

border-color css

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

 span { border-color: rgb(207,0,21); }

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