Html Css Color HEX #C7442F Trinidad

📋 copy color: '#C7442F'

red 199 ◦ green 68 ◦ blue 47

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

Shades of Trinidad #C7442F

Tints of Trinidad #C7442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 63.38%
G = 21.66%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7442F (or 0xC7442F) is known color: Trinidad. HEX triplet: C7, 44 and 2F. RGB value is (199,68,47). Sum of RGB (Red+Green+Blue) = 199+68+47=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7442F is #38BBD0. Grayscale: #686868. Windows color (decimal): -3718097 or 3097799. OLE color: 3097799.

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

Color convert

RGB 199 68 47 -
CMYK 0 0.66 0.76 0.22
HSL 8.29º 0.62% 0.48% -
HSV(B) 8.29º 0.76% 0.78% -
XYZ 26.13 16.48 4.49 -
YUV 104.78 95.4 195.21 -
System Red Green Blue C M Y K H S L
Decimal 199 68 47 0 0.66 0.76 0.22 8.29 0.62 0.48
Hex C7 44 2F 0 42 4C 16 8 3E 30
Octal 307 104 57 0 102 114 26 10 76 60
Binary 11000111 1000100 101111 0 1000010 1001100 10110 1000 111110 110000

Color Harmonies of #C7442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7442F

Black with #C7442F

Text Example


Text Example

White with #C7442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7442F; }

 p { color: rgb(199,68,47); }

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

background-color css

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

 a { background-color: rgb(199,68,47); }

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

border-color css

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

 span { border-color: rgb(199,68,47); }

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