Html Css Color HEX #CC472D Trinidad

📋 copy color: '#CC472D'

red 204 ◦ green 71 ◦ blue 45

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

Shades of Trinidad #CC472D

Tints of Trinidad #CC472D

RGB

 RED value IS 204 (80.08% from 255) = 63.75%

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

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 63.75%
G = 22.19%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC472D (or 0xCC472D) is known color: Trinidad. HEX triplet: CC, 47 and 2D. RGB value is (204,71,45). Sum of RGB (Red+Green+Blue) = 204+71+45=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC472D is #33B8D2. Grayscale: #6C6C6C. Windows color (decimal): -3389651 or 2967500. OLE color: 2967500.

HSL color Cylindrical-coordinate representation of color #CC472D: hue angle of 9.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC472D is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 71 45 -
CMYK 0 0.65 0.78 0.2
HSL 9.81º 0.64% 0.49% -
HSV(B) 9.81º 0.78% 0.8% -
XYZ 27.63 17.53 4.41 -
YUV 107.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 204 71 45 0 0.65 0.78 0.2 9.81 0.64 0.49
Hex CC 47 2D 0 41 4E 14 A 40 31
Octal 314 107 55 0 101 116 24 12 100 61
Binary 11001100 1000111 101101 0 1000001 1001110 10100 1010 1000000 110001

Color Harmonies of #CC472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC472D

Black with #CC472D

Text Example


Text Example

White with #CC472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC472D; }

 p { color: rgb(204,71,45); }

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

background-color css

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

 a { background-color: rgb(204,71,45); }

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

border-color css

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

 span { border-color: rgb(204,71,45); }

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