Html Css Color HEX #CF030E Venetian Red

📋 copy color: '#CF030E'

red 207 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #CF030E

Tints of Venetian Red #CF030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 92.41%
G = 1.34%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF030E (or 0xCF030E) is known color: Venetian Red. HEX triplet: CF, 03 and 0E. RGB value is (207,3,14). Sum of RGB (Red+Green+Blue) = 207+3+14=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF030E is #30FCF1. Grayscale: #414141. Windows color (decimal): -3210482 or 918479. OLE color: 918479.

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

Color convert

RGB 207 3 14 -
CMYK 0 0.99 0.93 0.19
HSL 356.76º 0.97% 0.41% -
HSV(B) 356.76º 0.99% 0.81% -
XYZ 25.84 13.36 1.63 -
YUV 65.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 207 3 14 0 0.99 0.93 0.19 356.76 0.97 0.41
Hex CF 3 E 0 63 5D 13 165 61 29
Octal 317 3 16 0 143 135 23 545 141 51
Binary 11001111 11 1110 0 1100011 1011101 10011 101100101 1100001 101001

Color Harmonies of #CF030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF030E

Black with #CF030E

Text Example


Text Example

White with #CF030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF030E; }

 p { color: rgb(207,3,14); }

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

background-color css

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

 a { background-color: rgb(207,3,14); }

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

border-color css

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

 span { border-color: rgb(207,3,14); }

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