Html Css Color HEX #C25D4F Sunglo

📋 copy color: '#C25D4F'

red 194 ◦ green 93 ◦ blue 79

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

Shades of Sunglo #C25D4F

Tints of Sunglo #C25D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 53.01%
G = 25.41%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C25D4F (or 0xC25D4F) is known color: Sunglo. HEX triplet: C2, 5D and 4F. RGB value is (194,93,79). Sum of RGB (Red+Green+Blue) = 194+93+79=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D4F is #3DA2B0. Grayscale: #797979. Windows color (decimal): -4039345 or 5201346. OLE color: 5201346.

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

Color convert

RGB 194 93 79 -
CMYK 0 0.52 0.59 0.24
HSL 7.3º 0.49% 0.54% -
HSV(B) 7.3º 0.59% 0.76% -
XYZ 27.57 19.86 9.78 -
YUV 121.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 194 93 79 0 0.52 0.59 0.24 7.3 0.49 0.54
Hex C2 5D 4F 0 34 3B 18 7 31 36
Octal 302 135 117 0 64 73 30 7 61 66
Binary 11000010 1011101 1001111 0 110100 111011 11000 111 110001 110110

Color Harmonies of #C25D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D4F

Black with #C25D4F

Text Example


Text Example

White with #C25D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D4F; }

 p { color: rgb(194,93,79); }

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

background-color css

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

 a { background-color: rgb(194,93,79); }

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

border-color css

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

 span { border-color: rgb(194,93,79); }

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