Html Css Color HEX #CF0025 Venetian Red

📋 copy color: '#CF0025'

red 207 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #CF0025

Tints of Venetian Red #CF0025

RGB

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

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

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

R = 84.84%
G = 0%
B = 15.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF0025 (or 0xCF0025) is known color: Venetian Red. HEX triplet: CF, 00 and 25. RGB value is (207,0,37). Sum of RGB (Red+Green+Blue) = 207+0+37=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0025 is #30FFDA. Grayscale: #424242. Windows color (decimal): -3211227 or 2425039. OLE color: 2425039.

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

Color convert

RGB 207 0 37 -
CMYK 0 1 0.82 0.19
HSL 349.28º 1% 0.41% -
HSV(B) 349.28º 1% 0.81% -
XYZ 26.07 13.4 2.96 -
YUV 66.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 207 0 37 0 1 0.82 0.19 349.28 1 0.41
Hex CF 0 25 0 64 52 13 15D 64 29
Octal 317 0 45 0 144 122 23 535 144 51
Binary 11001111 0 100101 0 1100100 1010010 10011 101011101 1100100 101001

Color Harmonies of #CF0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0025

Black with #CF0025

Text Example


Text Example

White with #CF0025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0025; }

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

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

background-color css

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

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

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

border-color css

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

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

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