Html Css Color HEX #C26E1F Ochre

📋 copy color: '#C26E1F'

red 194 ◦ green 110 ◦ blue 31

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

Shades of Ochre #C26E1F

Tints of Ochre #C26E1F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

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

R = 57.91%
G = 32.84%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C26E1F (or 0xC26E1F) is known color: Ochre. HEX triplet: C2, 6E and 1F. RGB value is (194,110,31). Sum of RGB (Red+Green+Blue) = 194+110+31=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E1F is #3D91E0. Grayscale: #7E7E7E. Windows color (decimal): -4035041 or 2059970. OLE color: 2059970.

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

Color convert

RGB 194 110 31 -
CMYK 0 0.43 0.84 0.24
HSL 29.08º 0.72% 0.44% -
HSV(B) 29.08º 0.84% 0.76% -
XYZ 28.07 22.72 4.2 -
YUV 126.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 194 110 31 0 0.43 0.84 0.24 29.08 0.72 0.44
Hex C2 6E 1F 0 2B 54 18 1D 48 2C
Octal 302 156 37 0 53 124 30 35 110 54
Binary 11000010 1101110 11111 0 101011 1010100 11000 11101 1001000 101100

Color Harmonies of #C26E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E1F

Black with #C26E1F

Text Example


Text Example

White with #C26E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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