Html Css Color HEX #CF000D Venetian Red

📋 copy color: '#CF000D'

red 207 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #CF000D

Tints of Venetian Red #CF000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 94.09%
G = 0%
B = 5.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF000D (or 0xCF000D) is known color: Venetian Red. HEX triplet: CF, 00 and 0D. RGB value is (207,0,13). Sum of RGB (Red+Green+Blue) = 207+0+13=220 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 207 - color contains mainly: red. Hex color #CF000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF000D is #30FFF2. Grayscale: #3F3F3F. Windows color (decimal): -3211251 or 852175. OLE color: 852175.

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

Color convert

RGB 207 0 13 -
CMYK 0 1 0.94 0.19
HSL 356.23º 1% 0.41% -
HSV(B) 356.23º 1% 0.81% -
XYZ 25.8 13.29 1.59 -
YUV 63.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 207 0 13 0 1 0.94 0.19 356.23 1 0.41
Hex CF 0 D 0 64 5E 13 164 64 29
Octal 317 0 15 0 144 136 23 544 144 51
Binary 11001111 0 1101 0 1100100 1011110 10011 101100100 1100100 101001

Color Harmonies of #CF000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF000D

Black with #CF000D

Text Example


Text Example

White with #CF000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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