Html Css Color HEX #C84431 Trinidad

📋 copy color: '#C84431'

red 200 ◦ green 68 ◦ blue 49

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

Shades of Trinidad #C84431

Tints of Trinidad #C84431

RGB

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

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

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

R = 63.09%
G = 21.45%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C84431 (or 0xC84431) is known color: Trinidad. HEX triplet: C8, 44 and 31. RGB value is (200,68,49). Sum of RGB (Red+Green+Blue) = 200+68+49=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C84431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84431 is #37BBCE. Grayscale: #696969. Windows color (decimal): -3652559 or 3228872. OLE color: 3228872.

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

Color convert

RGB 200 68 49 -
CMYK 0 0.66 0.76 0.22
HSL 7.55º 0.61% 0.49% -
HSV(B) 7.55º 0.76% 0.78% -
XYZ 26.44 16.64 4.72 -
YUV 105.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 200 68 49 0 0.66 0.76 0.22 7.55 0.61 0.49
Hex C8 44 31 0 42 4C 16 8 3D 31
Octal 310 104 61 0 102 114 26 10 75 61
Binary 11001000 1000100 110001 0 1000010 1001100 10110 1000 111101 110001

Color Harmonies of #C84431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84431

Black with #C84431

Text Example


Text Example

White with #C84431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84431; }

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

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

background-color css

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

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

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

border-color css

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

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

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