Html Css Color HEX #CE491F Trinidad

📋 copy color: '#CE491F'

red 206 ◦ green 73 ◦ blue 31

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

Shades of Trinidad #CE491F

Tints of Trinidad #CE491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.55%

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

R = 66.45%
G = 23.55%
B = 10%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE491F (or 0xCE491F) is known color: Trinidad. HEX triplet: CE, 49 and 1F. RGB value is (206,73,31). Sum of RGB (Red+Green+Blue) = 206+73+31=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE491F is #31B6E0. Grayscale: #6C6C6C. Windows color (decimal): -3258081 or 2050510. OLE color: 2050510.

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

Color convert

RGB 206 73 31 -
CMYK 0 0.65 0.85 0.19
HSL 14.4º 0.74% 0.46% -
HSV(B) 14.4º 0.85% 0.81% -
XYZ 28.08 17.99 3.29 -
YUV 107.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 206 73 31 0 0.65 0.85 0.19 14.4 0.74 0.46
Hex CE 49 1F 0 41 55 13 E 4A 2E
Octal 316 111 37 0 101 125 23 16 112 56
Binary 11001110 1001001 11111 0 1000001 1010101 10011 1110 1001010 101110

Color Harmonies of #CE491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE491F

Black with #CE491F

Text Example


Text Example

White with #CE491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE491F; }

 p { color: rgb(206,73,31); }

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

background-color css

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

 a { background-color: rgb(206,73,31); }

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

border-color css

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

 span { border-color: rgb(206,73,31); }

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