Html Css Color HEX #CF0228 Venetian Red

📋 copy color: '#CF0228'

red 207 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #CF0228

Tints of Venetian Red #CF0228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 83.13%
G = 0.8%
B = 16.06%

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

#CF0228 (or 0xCF0228) is known color: Venetian Red. HEX triplet: CF, 02 and 28. RGB value is (207,2,40). Sum of RGB (Red+Green+Blue) = 207+2+40=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0228 is #30FDD7. Grayscale: #434343. Windows color (decimal): -3210712 or 2622159. OLE color: 2622159.

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

Color convert

RGB 207 2 40 -
CMYK 0 0.99 0.81 0.19
HSL 348.88º 0.98% 0.41% -
HSV(B) 348.88º 0.99% 0.81% -
XYZ 26.14 13.46 3.23 -
YUV 67.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 207 2 40 0 0.99 0.81 0.19 348.88 0.98 0.41
Hex CF 2 28 0 63 51 13 15D 62 29
Octal 317 2 50 0 143 121 23 535 142 51
Binary 11001111 10 101000 0 1100011 1010001 10011 101011101 1100010 101001

Color Harmonies of #CF0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0228

Black with #CF0228

Text Example


Text Example

White with #CF0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0228; }

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

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

background-color css

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

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

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

border-color css

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

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

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