Html Css Color HEX #C84D33 Trinidad

📋 copy color: '#C84D33'

red 200 ◦ green 77 ◦ blue 51

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

Shades of Trinidad #C84D33

Tints of Trinidad #C84D33

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.48%

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 60.98%
G = 23.48%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C84D33 (or 0xC84D33) is known color: Trinidad. HEX triplet: C8, 4D and 33. RGB value is (200,77,51). Sum of RGB (Red+Green+Blue) = 200+77+51=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D33 is #37B2CC. Grayscale: #6F6F6F. Windows color (decimal): -3650253 or 3362248. OLE color: 3362248.

HSL color Cylindrical-coordinate representation of color #C84D33: hue angle of 10.47º degrees, saturation: 0.59, 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 #C84D33 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 77 51 -
CMYK 0 0.62 0.74 0.22
HSL 10.47º 0.59% 0.49% -
HSV(B) 10.47º 0.75% 0.78% -
XYZ 27.07 17.83 5.15 -
YUV 110.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 200 77 51 0 0.62 0.74 0.22 10.47 0.59 0.49
Hex C8 4D 33 0 3E 4A 16 A 3B 31
Octal 310 115 63 0 76 112 26 12 73 61
Binary 11001000 1001101 110011 0 111110 1001010 10110 1010 111011 110001

Color Harmonies of #C84D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84D33

Black with #C84D33

Text Example


Text Example

White with #C84D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84D33; }

 p { color: rgb(200,77,51); }

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

background-color css

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

 a { background-color: rgb(200,77,51); }

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

border-color css

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

 span { border-color: rgb(200,77,51); }

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