Html Css Color HEX #C84425 Trinidad

📋 copy color: '#C84425'

red 200 ◦ green 68 ◦ blue 37

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

Shades of Trinidad #C84425

Tints of Trinidad #C84425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 65.57%
G = 22.3%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C84425 (or 0xC84425) is known color: Trinidad. HEX triplet: C8, 44 and 25. RGB value is (200,68,37). Sum of RGB (Red+Green+Blue) = 200+68+37=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C84425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84425 is #37BBDA. Grayscale: #686868. Windows color (decimal): -3652571 or 2442440. OLE color: 2442440.

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

Color convert

RGB 200 68 37 -
CMYK 0 0.66 0.82 0.22
HSL 11.41º 0.69% 0.46% -
HSV(B) 11.41º 0.82% 0.78% -
XYZ 26.22 16.55 3.56 -
YUV 103.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 200 68 37 0 0.66 0.82 0.22 11.41 0.69 0.46
Hex C8 44 25 0 42 52 16 B 45 2E
Octal 310 104 45 0 102 122 26 13 105 56
Binary 11001000 1000100 100101 0 1000010 1010010 10110 1011 1000101 101110

Color Harmonies of #C84425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84425

Black with #C84425

Text Example


Text Example

White with #C84425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84425; }

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

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

background-color css

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

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

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

border-color css

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

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

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