Html Css Color HEX #C25F53 Sunglo

📋 copy color: '#C25F53'

red 194 ◦ green 95 ◦ blue 83

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

Shades of Sunglo #C25F53

Tints of Sunglo #C25F53

RGB

 RED value IS 194 (76.17% from 255) = 52.15%

 GREEN value IS 95 (37.5% from 255) = 25.54%

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

R = 52.15%
G = 25.54%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C25F53 (or 0xC25F53) is known color: Sunglo. HEX triplet: C2, 5F and 53. RGB value is (194,95,83). Sum of RGB (Red+Green+Blue) = 194+95+83=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F53 is #3DA0AC. Grayscale: #7B7B7B. Windows color (decimal): -4038829 or 5464002. OLE color: 5464002.

HSL color Cylindrical-coordinate representation of color #C25F53: hue angle of 6.49º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25F53 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 83 -
CMYK 0 0.51 0.57 0.24
HSL 6.49º 0.48% 0.54% -
HSV(B) 6.49º 0.57% 0.76% -
XYZ 27.9 20.28 10.63 -
YUV 123.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 194 95 83 0 0.51 0.57 0.24 6.49 0.48 0.54
Hex C2 5F 53 0 33 39 18 6 30 36
Octal 302 137 123 0 63 71 30 6 60 66
Binary 11000010 1011111 1010011 0 110011 111001 11000 110 110000 110110

Color Harmonies of #C25F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F53

Black with #C25F53

Text Example


Text Example

White with #C25F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F53; }

 p { color: rgb(194,95,83); }

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

background-color css

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

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

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

border-color css

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

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

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