Html Css Color HEX #C84430 Trinidad

📋 copy color: '#C84430'

red 200 ◦ green 68 ◦ blue 48

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

Shades of Trinidad #C84430

Tints of Trinidad #C84430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 63.29%
G = 21.52%
B = 15.19%

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

#C84430 (or 0xC84430) is known color: Trinidad. HEX triplet: C8, 44 and 30. RGB value is (200,68,48). Sum of RGB (Red+Green+Blue) = 200+68+48=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C84430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84430 is #37BBCF. Grayscale: #696969. Windows color (decimal): -3652560 or 3163336. OLE color: 3163336.

HSL color Cylindrical-coordinate representation of color #C84430: hue angle of 7.89º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C84430 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 68 48 -
CMYK 0 0.66 0.76 0.22
HSL 7.89º 0.61% 0.49% -
HSV(B) 7.89º 0.76% 0.78% -
XYZ 26.42 16.63 4.61 -
YUV 105.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 200 68 48 0 0.66 0.76 0.22 7.89 0.61 0.49
Hex C8 44 30 0 42 4C 16 8 3D 31
Octal 310 104 60 0 102 114 26 10 75 61
Binary 11001000 1000100 110000 0 1000010 1001100 10110 1000 111101 110001

Color Harmonies of #C84430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84430

Black with #C84430

Text Example


Text Example

White with #C84430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84430; }

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

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

background-color css

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

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

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

border-color css

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

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

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