Html Css Color HEX #C3471F Trinidad

📋 copy color: '#C3471F'

red 195 ◦ green 71 ◦ blue 31

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

Shades of Trinidad #C3471F

Tints of Trinidad #C3471F

RGB

 RED value IS 195 (76.56% from 255) = 65.66%

 GREEN value IS 71 (28.13% from 255) = 23.91%

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 65.66%
G = 23.91%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3471F (or 0xC3471F) is known color: Trinidad. HEX triplet: C3, 47 and 1F. RGB value is (195,71,31). Sum of RGB (Red+Green+Blue) = 195+71+31=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C3471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3471F is #3CB8E0. Grayscale: #676767. Windows color (decimal): -3979489 or 2049987. OLE color: 2049987.

HSL color Cylindrical-coordinate representation of color #C3471F: hue angle of 14.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3471F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 71 31 -
CMYK 0 0.64 0.84 0.24
HSL 14.63º 0.73% 0.44% -
HSV(B) 14.63º 0.84% 0.76% -
XYZ 25.01 16.21 3.11 -
YUV 103.52 87.08 193.25 -
System Red Green Blue C M Y K H S L
Decimal 195 71 31 0 0.64 0.84 0.24 14.63 0.73 0.44
Hex C3 47 1F 0 40 54 18 F 49 2C
Octal 303 107 37 0 100 124 30 17 111 54
Binary 11000011 1000111 11111 0 1000000 1010100 11000 1111 1001001 101100

Color Harmonies of #C3471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3471F

Black with #C3471F

Text Example


Text Example

White with #C3471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3471F; }

 p { color: rgb(195,71,31); }

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

background-color css

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

 a { background-color: rgb(195,71,31); }

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

border-color css

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

 span { border-color: rgb(195,71,31); }

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