Html Css Color HEX #CF0225 Venetian Red

📋 copy color: '#CF0225'

red 207 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #CF0225

Tints of Venetian Red #CF0225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 84.15%
G = 0.81%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF0225 (or 0xCF0225) is known color: Venetian Red. HEX triplet: CF, 02 and 25. RGB value is (207,2,37). Sum of RGB (Red+Green+Blue) = 207+2+37=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0225 is #30FDDA. Grayscale: #434343. Windows color (decimal): -3210715 or 2425551. OLE color: 2425551.

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

Color convert

RGB 207 2 37 -
CMYK 0 0.99 0.82 0.19
HSL 349.76º 0.98% 0.41% -
HSV(B) 349.76º 0.99% 0.81% -
XYZ 26.09 13.44 2.97 -
YUV 67.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 207 2 37 0 0.99 0.82 0.19 349.76 0.98 0.41
Hex CF 2 25 0 63 52 13 15E 62 29
Octal 317 2 45 0 143 122 23 536 142 51
Binary 11001111 10 100101 0 1100011 1010010 10011 101011110 1100010 101001

Color Harmonies of #CF0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0225

Black with #CF0225

Text Example


Text Example

White with #CF0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0225; }

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

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

background-color css

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

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

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

border-color css

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

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

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