Html Css Color HEX #C84329 Trinidad

📋 copy color: '#C84329'

red 200 ◦ green 67 ◦ blue 41

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

Shades of Trinidad #C84329

Tints of Trinidad #C84329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

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

R = 64.94%
G = 21.75%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C84329 (or 0xC84329) is known color: Trinidad. HEX triplet: C8, 43 and 29. RGB value is (200,67,41). Sum of RGB (Red+Green+Blue) = 200+67+41=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C84329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84329 is #37BCD6. Grayscale: #686868. Windows color (decimal): -3652823 or 2704328. OLE color: 2704328.

HSL color Cylindrical-coordinate representation of color #C84329: hue angle of 9.81º 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 #C84329 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 67 41 -
CMYK 0 0.66 0.80 0.22
HSL 9.81º 0.66% 0.47% -
HSV(B) 9.81º 0.8% 0.78% -
XYZ 26.23 16.45 3.89 -
YUV 103.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 200 67 41 0 0.66 0.80 0.22 9.81 0.66 0.47
Hex C8 43 29 0 42 50 16 A 42 2F
Octal 310 103 51 0 102 120 26 12 102 57
Binary 11001000 1000011 101001 0 1000010 1010000 10110 1010 1000010 101111

Color Harmonies of #C84329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84329

Black with #C84329

Text Example


Text Example

White with #C84329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84329; }

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

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

background-color css

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

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

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

border-color css

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

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

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