Html Css Color HEX #C7481E Trinidad

📋 copy color: '#C7481E'

red 199 ◦ green 72 ◦ blue 30

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

Shades of Trinidad #C7481E

Tints of Trinidad #C7481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 66.11%
G = 23.92%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7481E (or 0xC7481E) is known color: Trinidad. HEX triplet: C7, 48 and 1E. RGB value is (199,72,30). Sum of RGB (Red+Green+Blue) = 199+72+30=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C7481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7481E is #38B7E1. Grayscale: #696969. Windows color (decimal): -3717090 or 1984711. OLE color: 1984711.

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

Color convert

RGB 199 72 30 -
CMYK 0 0.64 0.85 0.22
HSL 14.91º 0.74% 0.45% -
HSV(B) 14.91º 0.85% 0.78% -
XYZ 26.1 16.87 3.11 -
YUV 105.19 85.58 194.92 -
System Red Green Blue C M Y K H S L
Decimal 199 72 30 0 0.64 0.85 0.22 14.91 0.74 0.45
Hex C7 48 1E 0 40 55 16 F 4A 2D
Octal 307 110 36 0 100 125 26 17 112 55
Binary 11000111 1001000 11110 0 1000000 1010101 10110 1111 1001010 101101

Color Harmonies of #C7481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7481E

Black with #C7481E

Text Example


Text Example

White with #C7481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7481E; }

 p { color: rgb(199,72,30); }

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

background-color css

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

 a { background-color: rgb(199,72,30); }

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

border-color css

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

 span { border-color: rgb(199,72,30); }

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