Html Css Color HEX #CF0525 Venetian Red

📋 copy color: '#CF0525'

red 207 ◦ green 5 ◦ blue 37

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

Shades of Venetian Red #CF0525

Tints of Venetian Red #CF0525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

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

R = 83.13%
G = 2.01%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF0525 (or 0xCF0525) is known color: Venetian Red. HEX triplet: CF, 05 and 25. RGB value is (207,5,37). Sum of RGB (Red+Green+Blue) = 207+5+37=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0525 is #30FADA. Grayscale: #454545. Windows color (decimal): -3209947 or 2426319. OLE color: 2426319.

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

Color convert

RGB 207 5 37 -
CMYK 0 0.98 0.82 0.19
HSL 350.5º 0.95% 0.42% -
HSV(B) 350.5º 0.98% 0.81% -
XYZ 26.12 13.51 2.98 -
YUV 69.05 109.92 226.4 -
System Red Green Blue C M Y K H S L
Decimal 207 5 37 0 0.98 0.82 0.19 350.5 0.95 0.42
Hex CF 5 25 0 62 52 13 15E 5F 2A
Octal 317 5 45 0 142 122 23 536 137 52
Binary 11001111 101 100101 0 1100010 1010010 10011 101011110 1011111 101010

Color Harmonies of #CF0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0525

Black with #CF0525

Text Example


Text Example

White with #CF0525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0525; }

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

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

background-color css

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

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

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

border-color css

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

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

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