Html Css Color HEX #C25F2E Christine

📋 copy color: '#C25F2E'

red 194 ◦ green 95 ◦ blue 46

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

Shades of Christine #C25F2E

Tints of Christine #C25F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 57.91%
G = 28.36%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C25F2E (or 0xC25F2E) is known color: Christine. HEX triplet: C2, 5F and 2E. RGB value is (194,95,46). Sum of RGB (Red+Green+Blue) = 194+95+46=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F2E is #3DA0D1. Grayscale: #777777. Windows color (decimal): -4038866 or 3039170. OLE color: 3039170.

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

Color convert

RGB 194 95 46 -
CMYK 0 0.51 0.76 0.24
HSL 19.86º 0.62% 0.47% -
HSV(B) 19.86º 0.76% 0.76% -
XYZ 26.83 19.85 5 -
YUV 119.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 194 95 46 0 0.51 0.76 0.24 19.86 0.62 0.47
Hex C2 5F 2E 0 33 4C 18 14 3E 2F
Octal 302 137 56 0 63 114 30 24 76 57
Binary 11000010 1011111 101110 0 110011 1001100 11000 10100 111110 101111

Color Harmonies of #C25F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F2E

Black with #C25F2E

Text Example


Text Example

White with #C25F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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