Html Css Color HEX #CF0013 Venetian Red

📋 copy color: '#CF0013'

red 207 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #CF0013

Tints of Venetian Red #CF0013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 91.59%
G = 0%
B = 8.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0013 (or 0xCF0013) is known color: Venetian Red. HEX triplet: CF, 00 and 13. RGB value is (207,0,19). Sum of RGB (Red+Green+Blue) = 207+0+19=226 (29% of max value = 765). Red value is 207 (81.25% from 255 or 91.59% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0013 is #30FFEC. Grayscale: #404040. Windows color (decimal): -3211245 or 1245391. OLE color: 1245391.

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

Color convert

RGB 207 0 19 -
CMYK 0 1 0.91 0.19
HSL 354.49º 1% 0.41% -
HSV(B) 354.49º 1% 0.81% -
XYZ 25.85 13.31 1.82 -
YUV 64.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 207 0 19 0 1 0.91 0.19 354.49 1 0.41
Hex CF 0 13 0 64 5B 13 162 64 29
Octal 317 0 23 0 144 133 23 542 144 51
Binary 11001111 0 10011 0 1100100 1011011 10011 101100010 1100100 101001

Color Harmonies of #CF0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0013

Black with #CF0013

Text Example


Text Example

White with #CF0013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0013; }

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

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

background-color css

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

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

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

border-color css

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

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

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