Html Css Color HEX #CF031D Venetian Red

📋 copy color: '#CF031D'

red 207 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #CF031D

Tints of Venetian Red #CF031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.13%

R = 86.61%
G = 1.26%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF031D (or 0xCF031D) is known color: Venetian Red. HEX triplet: CF, 03 and 1D. RGB value is (207,3,29). Sum of RGB (Red+Green+Blue) = 207+3+29=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF031D is #30FCE2. Grayscale: #434343. Windows color (decimal): -3210467 or 1901519. OLE color: 1901519.

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

Color convert

RGB 207 3 29 -
CMYK 0 0.99 0.86 0.19
HSL 352.35º 0.97% 0.41% -
HSV(B) 352.35º 0.99% 0.81% -
XYZ 25.99 13.42 2.38 -
YUV 66.96 106.59 227.89 -
System Red Green Blue C M Y K H S L
Decimal 207 3 29 0 0.99 0.86 0.19 352.35 0.97 0.41
Hex CF 3 1D 0 63 56 13 160 61 29
Octal 317 3 35 0 143 126 23 540 141 51
Binary 11001111 11 11101 0 1100011 1010110 10011 101100000 1100001 101001

Color Harmonies of #CF031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF031D

Black with #CF031D

Text Example


Text Example

White with #CF031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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