Html Css Color HEX #CF0027 Venetian Red

📋 copy color: '#CF0027'

red 207 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #CF0027

Tints of Venetian Red #CF0027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 84.15%
G = 0%
B = 15.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF0027 (or 0xCF0027) is known color: Venetian Red. HEX triplet: CF, 00 and 27. RGB value is (207,0,39). Sum of RGB (Red+Green+Blue) = 207+0+39=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0027 is #30FFD8. Grayscale: #424242. Windows color (decimal): -3211225 or 2556111. OLE color: 2556111.

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

Color convert

RGB 207 0 39 -
CMYK 0 1 0.81 0.19
HSL 348.7º 1% 0.41% -
HSV(B) 348.7º 1% 0.81% -
XYZ 26.1 13.41 3.13 -
YUV 66.34 112.58 228.33 -
System Red Green Blue C M Y K H S L
Decimal 207 0 39 0 1 0.81 0.19 348.7 1 0.41
Hex CF 0 27 0 64 51 13 15D 64 29
Octal 317 0 47 0 144 121 23 535 144 51
Binary 11001111 0 100111 0 1100100 1010001 10011 101011101 1100100 101001

Color Harmonies of #CF0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0027

Black with #CF0027

Text Example


Text Example

White with #CF0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0027; }

 p { color: rgb(207,0,39); }

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

background-color css

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

 a { background-color: rgb(207,0,39); }

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

border-color css

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

 span { border-color: rgb(207,0,39); }

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