Html Css Color HEX #CF5353 Valencia

📋 copy color: '#CF5353'

red 207 ◦ green 83 ◦ blue 83

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

Shades of Valencia #CF5353

Tints of Valencia #CF5353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

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

R = 55.5%
G = 22.25%
B = 22.25%

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

#CF5353 (or 0xCF5353) is known color: Valencia. HEX triplet: CF, 53 and 53. RGB value is (207,83,83). Sum of RGB (Red+Green+Blue) = 207+83+83=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5353 is #30ACAC. Grayscale: #787878. Windows color (decimal): -3189933 or 5460943. OLE color: 5460943.

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

Color convert

RGB 207 83 83 -
CMYK 0 0.60 0.60 0.19
HSL 0.56% 0.57% -
HSV(B) 0.6% 0.81% -
XYZ 30.39 20.08 10.46 -
YUV 120.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 207 83 83 0 0.60 0.60 0.19 0 0.56 0.57
Hex CF 53 53 0 3C 3C 13 0 38 39
Octal 317 123 123 0 74 74 23 0 70 71
Binary 11001111 1010011 1010011 0 111100 111100 10011 0 111000 111001

Color Harmonies of #CF5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5353

Black with #CF5353

Text Example


Text Example

White with #CF5353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5353; }

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

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

background-color css

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

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

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

border-color css

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

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

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