Html Css Color HEX #C84929 Trinidad

📋 copy color: '#C84929'

red 200 ◦ green 73 ◦ blue 41

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

Shades of Trinidad #C84929

Tints of Trinidad #C84929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.06%

R = 63.69%
G = 23.25%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C84929 (or 0xC84929) is known color: Trinidad. HEX triplet: C8, 49 and 29. RGB value is (200,73,41). Sum of RGB (Red+Green+Blue) = 200+73+41=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C84929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84929 is #37B6D6. Grayscale: #6B6B6B. Windows color (decimal): -3651287 or 2705864. OLE color: 2705864.

HSL color Cylindrical-coordinate representation of color #C84929: hue angle of 12.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C84929 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 41 -
CMYK 0 0.64 0.80 0.22
HSL 12.08º 0.66% 0.47% -
HSV(B) 12.08º 0.8% 0.78% -
XYZ 26.6 17.2 4.02 -
YUV 107.33 90.58 194.1 -
System Red Green Blue C M Y K H S L
Decimal 200 73 41 0 0.64 0.80 0.22 12.08 0.66 0.47
Hex C8 49 29 0 40 50 16 C 42 2F
Octal 310 111 51 0 100 120 26 14 102 57
Binary 11001000 1001001 101001 0 1000000 1010000 10110 1100 1000010 101111

Color Harmonies of #C84929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84929

Black with #C84929

Text Example


Text Example

White with #C84929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84929; }

 p { color: rgb(200,73,41); }

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

background-color css

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

 a { background-color: rgb(200,73,41); }

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

border-color css

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

 span { border-color: rgb(200,73,41); }

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