Html Css Color HEX #CF5252 Valencia

📋 copy color: '#CF5252'

red 207 ◦ green 82 ◦ blue 82

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

Shades of Valencia #CF5252

Tints of Valencia #CF5252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

 BLUE value IS 82 (32.42% from 255) = 22.1%

R = 55.8%
G = 22.1%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF5252 (or 0xCF5252) is known color: Valencia. HEX triplet: CF, 52 and 52. RGB value is (207,82,82). Sum of RGB (Red+Green+Blue) = 207+82+82=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5252 is #30ADAD. Grayscale: #777777. Windows color (decimal): -3190190 or 5395151. OLE color: 5395151.

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

Color convert

RGB 207 82 82 -
CMYK 0 0.60 0.60 0.19
HSL 0.57% 0.57% -
HSV(B) 0.6% 0.81% -
XYZ 30.27 19.91 10.23 -
YUV 119.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 207 82 82 0 0.60 0.60 0.19 0 0.57 0.57
Hex CF 52 52 0 3C 3C 13 0 39 39
Octal 317 122 122 0 74 74 23 0 71 71
Binary 11001111 1010010 1010010 0 111100 111100 10011 0 111001 111001

Color Harmonies of #CF5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5252

Black with #CF5252

Text Example


Text Example

White with #CF5252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5252; }

 p { color: rgb(207,82,82); }

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

background-color css

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

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

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

border-color css

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

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

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