Html Css Color HEX #C74127 Trinidad

📋 copy color: '#C74127'

red 199 ◦ green 65 ◦ blue 39

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

Shades of Trinidad #C74127

Tints of Trinidad #C74127

RGB

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

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

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

R = 65.68%
G = 21.45%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C74127 (or 0xC74127) is known color: Trinidad. HEX triplet: C7, 41 and 27. RGB value is (199,65,39). Sum of RGB (Red+Green+Blue) = 199+65+39=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C74127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74127 is #38BED8. Grayscale: #666666. Windows color (decimal): -3718873 or 2572743. OLE color: 2572743.

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

Color convert

RGB 199 65 39 -
CMYK 0 0.67 0.80 0.22
HSL 9.75º 0.67% 0.47% -
HSV(B) 9.75º 0.8% 0.78% -
XYZ 25.81 16.07 3.66 -
YUV 102.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 199 65 39 0 0.67 0.80 0.22 9.75 0.67 0.47
Hex C7 41 27 0 43 50 16 A 43 2F
Octal 307 101 47 0 103 120 26 12 103 57
Binary 11000111 1000001 100111 0 1000011 1010000 10110 1010 1000011 101111

Color Harmonies of #C74127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74127

Black with #C74127

Text Example


Text Example

White with #C74127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74127; }

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

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

background-color css

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

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

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

border-color css

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

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

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