Html Css Color HEX #CF031A Venetian Red

📋 copy color: '#CF031A'

red 207 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #CF031A

Tints of Venetian Red #CF031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.02%

R = 87.71%
G = 1.27%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF031A (or 0xCF031A) is known color: Venetian Red. HEX triplet: CF, 03 and 1A. RGB value is (207,3,26). Sum of RGB (Red+Green+Blue) = 207+3+26=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF031A is #30FCE5. Grayscale: #424242. Windows color (decimal): -3210470 or 1704911. OLE color: 1704911.

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

Color convert

RGB 207 3 26 -
CMYK 0 0.99 0.87 0.19
HSL 353.24º 0.97% 0.41% -
HSV(B) 353.24º 0.99% 0.81% -
XYZ 25.95 13.41 2.2 -
YUV 66.62 105.09 228.13 -
System Red Green Blue C M Y K H S L
Decimal 207 3 26 0 0.99 0.87 0.19 353.24 0.97 0.41
Hex CF 3 1A 0 63 57 13 161 61 29
Octal 317 3 32 0 143 127 23 541 141 51
Binary 11001111 11 11010 0 1100011 1010111 10011 101100001 1100001 101001

Color Harmonies of #CF031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF031A

Black with #CF031A

Text Example


Text Example

White with #CF031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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