Html Css Color HEX #C74621 Trinidad

📋 copy color: '#C74621'

red 199 ◦ green 70 ◦ blue 33

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

Shades of Trinidad #C74621

Tints of Trinidad #C74621

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 33 (13.28% from 255) = 10.93%

R = 65.89%
G = 23.18%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C74621 (or 0xC74621) is known color: Trinidad. HEX triplet: C7, 46 and 21. RGB value is (199,70,33). Sum of RGB (Red+Green+Blue) = 199+70+33=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C74621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74621 is #38B9DE. Grayscale: #686868. Windows color (decimal): -3717599 or 2180807. OLE color: 2180807.

HSL color Cylindrical-coordinate representation of color #C74621: hue angle of 13.37º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C74621 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 33 -
CMYK 0 0.65 0.83 0.22
HSL 13.37º 0.72% 0.45% -
HSV(B) 13.37º 0.83% 0.78% -
XYZ 26.02 16.63 3.28 -
YUV 104.35 87.74 195.51 -
System Red Green Blue C M Y K H S L
Decimal 199 70 33 0 0.65 0.83 0.22 13.37 0.72 0.45
Hex C7 46 21 0 41 53 16 D 48 2D
Octal 307 106 41 0 101 123 26 15 110 55
Binary 11000111 1000110 100001 0 1000001 1010011 10110 1101 1001000 101101

Color Harmonies of #C74621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74621

Black with #C74621

Text Example


Text Example

White with #C74621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74621; }

 p { color: rgb(199,70,33); }

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

background-color css

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

 a { background-color: rgb(199,70,33); }

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

border-color css

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

 span { border-color: rgb(199,70,33); }

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