Html Css Color HEX #C84421 Trinidad

📋 copy color: '#C84421'

red 200 ◦ green 68 ◦ blue 33

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

Shades of Trinidad #C84421

Tints of Trinidad #C84421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 66.45%
G = 22.59%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C84421 (or 0xC84421) is known color: Trinidad. HEX triplet: C8, 44 and 21. RGB value is (200,68,33). Sum of RGB (Red+Green+Blue) = 200+68+33=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C84421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84421 is #37BBDE. Grayscale: #676767. Windows color (decimal): -3652575 or 2180296. OLE color: 2180296.

HSL color Cylindrical-coordinate representation of color #C84421: hue angle of 12.57º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C84421 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 68 33 -
CMYK 0 0.66 0.84 0.22
HSL 12.57º 0.72% 0.46% -
HSV(B) 12.57º 0.84% 0.78% -
XYZ 26.16 16.52 3.25 -
YUV 103.48 88.23 196.85 -
System Red Green Blue C M Y K H S L
Decimal 200 68 33 0 0.66 0.84 0.22 12.57 0.72 0.46
Hex C8 44 21 0 42 54 16 D 48 2E
Octal 310 104 41 0 102 124 26 15 110 56
Binary 11001000 1000100 100001 0 1000010 1010100 10110 1101 1001000 101110

Color Harmonies of #C84421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84421

Black with #C84421

Text Example


Text Example

White with #C84421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84421; }

 p { color: rgb(200,68,33); }

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

background-color css

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

 a { background-color: rgb(200,68,33); }

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

border-color css

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

 span { border-color: rgb(200,68,33); }

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