Html Css Color HEX #C9412A Trinidad

📋 copy color: '#C9412A'

red 201 ◦ green 65 ◦ blue 42

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

Shades of Trinidad #C9412A

Tints of Trinidad #C9412A

RGB

 RED value IS 201 (78.91% from 255) = 65.26%

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

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 65.26%
G = 21.1%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9412A (or 0xC9412A) is known color: Trinidad. HEX triplet: C9, 41 and 2A. RGB value is (201,65,42). Sum of RGB (Red+Green+Blue) = 201+65+42=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C9412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9412A is #36BED5. Grayscale: #676767. Windows color (decimal): -3587798 or 2769353. OLE color: 2769353.

HSL color Cylindrical-coordinate representation of color #C9412A: hue angle of 8.68º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9412A is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 42 -
CMYK 0 0.68 0.79 0.21
HSL 8.68º 0.65% 0.48% -
HSV(B) 8.68º 0.79% 0.79% -
XYZ 26.4 16.37 3.96 -
YUV 103.04 93.56 197.87 -
System Red Green Blue C M Y K H S L
Decimal 201 65 42 0 0.68 0.79 0.21 8.68 0.65 0.48
Hex C9 41 2A 0 44 4F 15 9 41 30
Octal 311 101 52 0 104 117 25 11 101 60
Binary 11001001 1000001 101010 0 1000100 1001111 10101 1001 1000001 110000

Color Harmonies of #C9412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9412A

Black with #C9412A

Text Example


Text Example

White with #C9412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9412A; }

 p { color: rgb(201,65,42); }

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

background-color css

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

 a { background-color: rgb(201,65,42); }

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

border-color css

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

 span { border-color: rgb(201,65,42); }

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