Html Css Color HEX #CF5553 Valencia

📋 copy color: '#CF5553'

red 207 ◦ green 85 ◦ blue 83

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

Shades of Valencia #CF5553

Tints of Valencia #CF5553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 55.2%
G = 22.67%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF5553 (or 0xCF5553) is known color: Valencia. HEX triplet: CF, 55 and 53. RGB value is (207,85,83). Sum of RGB (Red+Green+Blue) = 207+85+83=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5553 is #30AAAC. Grayscale: #797979. Windows color (decimal): -3189421 or 5461455. OLE color: 5461455.

HSL color Cylindrical-coordinate representation of color #CF5553: hue angle of 0.97º degrees, saturation: 0.56, 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 #CF5553 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 85 83 -
CMYK 0 0.59 0.60 0.19
HSL 0.97º 0.56% 0.57% -
HSV(B) 0.97º 0.6% 0.81% -
XYZ 30.54 20.39 10.51 -
YUV 121.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 207 85 83 0 0.59 0.60 0.19 0.97 0.56 0.57
Hex CF 55 53 0 3B 3C 13 1 38 39
Octal 317 125 123 0 73 74 23 1 70 71
Binary 11001111 1010101 1010011 0 111011 111100 10011 1 111000 111001

Color Harmonies of #CF5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5553

Black with #CF5553

Text Example


Text Example

White with #CF5553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5553; }

 p { color: rgb(207,85,83); }

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

background-color css

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

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

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

border-color css

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

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

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