Html Css Color HEX #CE741D Ochre

📋 copy color: '#CE741D'

red 206 ◦ green 116 ◦ blue 29

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

Shades of Ochre #CE741D

Tints of Ochre #CE741D

RGB

 RED value IS 206 (80.86% from 255) = 58.69%

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 58.69%
G = 33.05%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE741D (or 0xCE741D) is known color: Ochre. HEX triplet: CE, 74 and 1D. RGB value is (206,116,29). Sum of RGB (Red+Green+Blue) = 206+116+29=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE741D is #318BE2. Grayscale: #858585. Windows color (decimal): -3247075 or 1930446. OLE color: 1930446.

HSL color Cylindrical-coordinate representation of color #CE741D: hue angle of 29.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE741D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 29 -
CMYK 0 0.44 0.86 0.19
HSL 29.49º 0.75% 0.46% -
HSV(B) 29.49º 0.86% 0.81% -
XYZ 31.92 25.7 4.44 -
YUV 132.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 206 116 29 0 0.44 0.86 0.19 29.49 0.75 0.46
Hex CE 74 1D 0 2C 56 13 1D 4B 2E
Octal 316 164 35 0 54 126 23 35 113 56
Binary 11001110 1110100 11101 0 101100 1010110 10011 11101 1001011 101110

Color Harmonies of #CE741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE741D

Black with #CE741D

Text Example


Text Example

White with #CE741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE741D; }

 p { color: rgb(206,116,29); }

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

background-color css

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

 a { background-color: rgb(206,116,29); }

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

border-color css

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

 span { border-color: rgb(206,116,29); }

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