Html Css Color HEX #C84427 Trinidad

📋 copy color: '#C84427'

red 200 ◦ green 68 ◦ blue 39

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

Shades of Trinidad #C84427

Tints of Trinidad #C84427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 65.15%
G = 22.15%
B = 12.7%

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

#C84427 (or 0xC84427) is known color: Trinidad. HEX triplet: C8, 44 and 27. RGB value is (200,68,39). Sum of RGB (Red+Green+Blue) = 200+68+39=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C84427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84427 is #37BBD8. Grayscale: #686868. Windows color (decimal): -3652569 or 2573512. OLE color: 2573512.

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

Color convert

RGB 200 68 39 -
CMYK 0 0.66 0.80 0.22
HSL 10.81º 0.67% 0.47% -
HSV(B) 10.81º 0.81% 0.78% -
XYZ 26.25 16.56 3.73 -
YUV 104.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 200 68 39 0 0.66 0.80 0.22 10.81 0.67 0.47
Hex C8 44 27 0 42 50 16 B 43 2F
Octal 310 104 47 0 102 120 26 13 103 57
Binary 11001000 1000100 100111 0 1000010 1010000 10110 1011 1000011 101111

Color Harmonies of #C84427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84427

Black with #C84427

Text Example


Text Example

White with #C84427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84427; }

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

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

background-color css

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

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

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

border-color css

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

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

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