Html Css Color HEX #C25A1F Christine

📋 copy color: '#C25A1F'

red 194 ◦ green 90 ◦ blue 31

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

Shades of Christine #C25A1F

Tints of Christine #C25A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 61.59%
G = 28.57%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C25A1F (or 0xC25A1F) is known color: Christine. HEX triplet: C2, 5A and 1F. RGB value is (194,90,31). Sum of RGB (Red+Green+Blue) = 194+90+31=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A1F is #3DA5E0. Grayscale: #727272. Windows color (decimal): -4040161 or 2054850. OLE color: 2054850.

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

Color convert

RGB 194 90 31 -
CMYK 0 0.54 0.84 0.24
HSL 21.72º 0.72% 0.44% -
HSV(B) 21.72º 0.84% 0.76% -
XYZ 26.15 18.88 3.56 -
YUV 114.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 194 90 31 0 0.54 0.84 0.24 21.72 0.72 0.44
Hex C2 5A 1F 0 36 54 18 16 48 2C
Octal 302 132 37 0 66 124 30 26 110 54
Binary 11000010 1011010 11111 0 110110 1010100 11000 10110 1001000 101100

Color Harmonies of #C25A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A1F

Black with #C25A1F

Text Example


Text Example

White with #C25A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A1F; }

 p { color: rgb(194,90,31); }

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

background-color css

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

 a { background-color: rgb(194,90,31); }

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

border-color css

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

 span { border-color: rgb(194,90,31); }

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