Html Css Color HEX #C84B35 Trinidad

📋 copy color: '#C84B35'

red 200 ◦ green 75 ◦ blue 53

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

Shades of Trinidad #C84B35

Tints of Trinidad #C84B35

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.87%

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 60.98%
G = 22.87%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C84B35 (or 0xC84B35) is known color: Trinidad. HEX triplet: C8, 4B and 35. RGB value is (200,75,53). Sum of RGB (Red+Green+Blue) = 200+75+53=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B35 is #37B4CA. Grayscale: #6E6E6E. Windows color (decimal): -3650763 or 3492808. OLE color: 3492808.

HSL color Cylindrical-coordinate representation of color #C84B35: hue angle of 8.98º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84B35 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 75 53 -
CMYK 0 0.62 0.74 0.22
HSL 8.98º 0.58% 0.5% -
HSV(B) 8.98º 0.74% 0.78% -
XYZ 26.98 17.57 5.34 -
YUV 109.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 200 75 53 0 0.62 0.74 0.22 8.98 0.58 0.5
Hex C8 4B 35 0 3E 4A 16 9 3A 32
Octal 310 113 65 0 76 112 26 11 72 62
Binary 11001000 1001011 110101 0 111110 1001010 10110 1001 111010 110010

Color Harmonies of #C84B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B35

Black with #C84B35

Text Example


Text Example

White with #C84B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B35; }

 p { color: rgb(200,75,53); }

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

background-color css

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

 a { background-color: rgb(200,75,53); }

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

border-color css

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

 span { border-color: rgb(200,75,53); }

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