Html Css Color HEX #CF031F Venetian Red

📋 copy color: '#CF031F'

red 207 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #CF031F

Tints of Venetian Red #CF031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 85.89%
G = 1.24%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF031F (or 0xCF031F) is known color: Venetian Red. HEX triplet: CF, 03 and 1F. RGB value is (207,3,31). Sum of RGB (Red+Green+Blue) = 207+3+31=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF031F is #30FCE0. Grayscale: #434343. Windows color (decimal): -3210465 or 2032591. OLE color: 2032591.

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

Color convert

RGB 207 3 31 -
CMYK 0 0.99 0.85 0.19
HSL 351.76º 0.97% 0.41% -
HSV(B) 351.76º 0.99% 0.81% -
XYZ 26.01 13.43 2.52 -
YUV 67.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 207 3 31 0 0.99 0.85 0.19 351.76 0.97 0.41
Hex CF 3 1F 0 63 55 13 160 61 29
Octal 317 3 37 0 143 125 23 540 141 51
Binary 11001111 11 11111 0 1100011 1010101 10011 101100000 1100001 101001

Color Harmonies of #CF031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF031F

Black with #CF031F

Text Example


Text Example

White with #CF031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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