Html Css Color HEX #C7412B Trinidad

📋 copy color: '#C7412B'

red 199 ◦ green 65 ◦ blue 43

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

Shades of Trinidad #C7412B

Tints of Trinidad #C7412B

RGB

 RED value IS 199 (78.13% from 255) = 64.82%

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 64.82%
G = 21.17%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7412B (or 0xC7412B) is known color: Trinidad. HEX triplet: C7, 41 and 2B. RGB value is (199,65,43). Sum of RGB (Red+Green+Blue) = 199+65+43=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7412B is #38BED4. Grayscale: #666666. Windows color (decimal): -3718869 or 2834887. OLE color: 2834887.

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

Color convert

RGB 199 65 43 -
CMYK 0 0.67 0.78 0.22
HSL 8.46º 0.64% 0.47% -
HSV(B) 8.46º 0.78% 0.78% -
XYZ 25.88 16.1 4.03 -
YUV 102.56 94.39 196.79 -
System Red Green Blue C M Y K H S L
Decimal 199 65 43 0 0.67 0.78 0.22 8.46 0.64 0.47
Hex C7 41 2B 0 43 4E 16 8 40 2F
Octal 307 101 53 0 103 116 26 10 100 57
Binary 11000111 1000001 101011 0 1000011 1001110 10110 1000 1000000 101111

Color Harmonies of #C7412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7412B

Black with #C7412B

Text Example


Text Example

White with #C7412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7412B; }

 p { color: rgb(199,65,43); }

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

background-color css

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

 a { background-color: rgb(199,65,43); }

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

border-color css

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

 span { border-color: rgb(199,65,43); }

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