Html Css Color HEX #CF041B Venetian Red

📋 copy color: '#CF041B'

red 207 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #CF041B

Tints of Venetian Red #CF041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 86.97%
G = 1.68%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF041B (or 0xCF041B) is known color: Venetian Red. HEX triplet: CF, 04 and 1B. RGB value is (207,4,27). Sum of RGB (Red+Green+Blue) = 207+4+27=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF041B is #30FBE4. Grayscale: #434343. Windows color (decimal): -3210213 or 1770703. OLE color: 1770703.

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

Color convert

RGB 207 4 27 -
CMYK 0 0.98 0.87 0.19
HSL 353.2º 0.96% 0.41% -
HSV(B) 353.2º 0.98% 0.81% -
XYZ 25.97 13.43 2.26 -
YUV 67.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 207 4 27 0 0.98 0.87 0.19 353.2 0.96 0.41
Hex CF 4 1B 0 62 57 13 161 60 29
Octal 317 4 33 0 142 127 23 541 140 51
Binary 11001111 100 11011 0 1100010 1010111 10011 101100001 1100000 101001

Color Harmonies of #CF041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF041B

Black with #CF041B

Text Example


Text Example

White with #CF041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF041B; }

 p { color: rgb(207,4,27); }

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

background-color css

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

 a { background-color: rgb(207,4,27); }

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

border-color css

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

 span { border-color: rgb(207,4,27); }

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