Html Css Color HEX #CF0227 Venetian Red

📋 copy color: '#CF0227'

red 207 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #CF0227

Tints of Venetian Red #CF0227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 83.47%
G = 0.81%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF0227 (or 0xCF0227) is known color: Venetian Red. HEX triplet: CF, 02 and 27. RGB value is (207,2,39). Sum of RGB (Red+Green+Blue) = 207+2+39=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0227 is #30FDD8. Grayscale: #434343. Windows color (decimal): -3210713 or 2556623. OLE color: 2556623.

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

Color convert

RGB 207 2 39 -
CMYK 0 0.99 0.81 0.19
HSL 349.17º 0.98% 0.41% -
HSV(B) 349.17º 0.99% 0.81% -
XYZ 26.12 13.46 3.14 -
YUV 67.51 111.92 227.49 -
System Red Green Blue C M Y K H S L
Decimal 207 2 39 0 0.99 0.81 0.19 349.17 0.98 0.41
Hex CF 2 27 0 63 51 13 15D 62 29
Octal 317 2 47 0 143 121 23 535 142 51
Binary 11001111 10 100111 0 1100011 1010001 10011 101011101 1100010 101001

Color Harmonies of #CF0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0227

Black with #CF0227

Text Example


Text Example

White with #CF0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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