Html Css Color HEX #C5422B Trinidad

📋 copy color: '#C5422B'

red 197 ◦ green 66 ◦ blue 43

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

Shades of Trinidad #C5422B

Tints of Trinidad #C5422B

RGB

 RED value IS 197 (77.34% from 255) = 64.38%

 GREEN value IS 66 (26.17% from 255) = 21.57%

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 64.38%
G = 21.57%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5422B (or 0xC5422B) is known color: Trinidad. HEX triplet: C5, 42 and 2B. RGB value is (197,66,43). Sum of RGB (Red+Green+Blue) = 197+66+43=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5422B is #3ABDD4. Grayscale: #666666. Windows color (decimal): -3849685 or 2835141. OLE color: 2835141.

HSL color Cylindrical-coordinate representation of color #C5422B: hue angle of 8.96º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5422B is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 43 -
CMYK 0 0.66 0.78 0.23
HSL 8.96º 0.64% 0.47% -
HSV(B) 8.96º 0.78% 0.77% -
XYZ 25.41 15.94 4.02 -
YUV 102.55 94.4 195.37 -
System Red Green Blue C M Y K H S L
Decimal 197 66 43 0 0.66 0.78 0.23 8.96 0.64 0.47
Hex C5 42 2B 0 42 4E 17 9 40 2F
Octal 305 102 53 0 102 116 27 11 100 57
Binary 11000101 1000010 101011 0 1000010 1001110 10111 1001 1000000 101111

Color Harmonies of #C5422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5422B

Black with #C5422B

Text Example


Text Example

White with #C5422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5422B; }

 p { color: rgb(197,66,43); }

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

background-color css

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

 a { background-color: rgb(197,66,43); }

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

border-color css

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

 span { border-color: rgb(197,66,43); }

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