Html Css Color HEX #C84631 Trinidad

📋 copy color: '#C84631'

red 200 ◦ green 70 ◦ blue 49

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

Shades of Trinidad #C84631

Tints of Trinidad #C84631

RGB

 RED value IS 200 (78.52% from 255) = 62.7%

 GREEN value IS 70 (27.73% from 255) = 21.94%

 BLUE value IS 49 (19.53% from 255) = 15.36%

R = 62.7%
G = 21.94%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C84631 (or 0xC84631) is known color: Trinidad. HEX triplet: C8, 46 and 31. RGB value is (200,70,49). Sum of RGB (Red+Green+Blue) = 200+70+49=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C84631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84631 is #37B9CE. Grayscale: #6A6A6A. Windows color (decimal): -3652047 or 3229384. OLE color: 3229384.

HSL color Cylindrical-coordinate representation of color #C84631: hue angle of 8.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C84631 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 49 -
CMYK 0 0.65 0.76 0.22
HSL 8.34º 0.61% 0.49% -
HSV(B) 8.34º 0.76% 0.78% -
XYZ 26.56 16.88 4.76 -
YUV 106.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 200 70 49 0 0.65 0.76 0.22 8.34 0.61 0.49
Hex C8 46 31 0 41 4C 16 8 3D 31
Octal 310 106 61 0 101 114 26 10 75 61
Binary 11001000 1000110 110001 0 1000001 1001100 10110 1000 111101 110001

Color Harmonies of #C84631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84631

Black with #C84631

Text Example


Text Example

White with #C84631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84631; }

 p { color: rgb(200,70,49); }

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

background-color css

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

 a { background-color: rgb(200,70,49); }

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

border-color css

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

 span { border-color: rgb(200,70,49); }

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