Html Css Color HEX #CC4521 Trinidad

📋 copy color: '#CC4521'

red 204 ◦ green 69 ◦ blue 33

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

Shades of Trinidad #CC4521

Tints of Trinidad #CC4521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 66.67%
G = 22.55%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC4521 (or 0xCC4521) is known color: Trinidad. HEX triplet: CC, 45 and 21. RGB value is (204,69,33). Sum of RGB (Red+Green+Blue) = 204+69+33=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4521 is #33BADE. Grayscale: #696969. Windows color (decimal): -3390175 or 2180556. OLE color: 2180556.

HSL color Cylindrical-coordinate representation of color #CC4521: hue angle of 12.63º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC4521 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 69 33 -
CMYK 0 0.66 0.84 0.2
HSL 12.63º 0.72% 0.46% -
HSV(B) 12.63º 0.84% 0.8% -
XYZ 27.3 17.2 3.32 -
YUV 105.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 204 69 33 0 0.66 0.84 0.2 12.63 0.72 0.46
Hex CC 45 21 0 42 54 14 D 48 2E
Octal 314 105 41 0 102 124 24 15 110 56
Binary 11001100 1000101 100001 0 1000010 1010100 10100 1101 1001000 101110

Color Harmonies of #CC4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4521

Black with #CC4521

Text Example


Text Example

White with #CC4521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4521; }

 p { color: rgb(204,69,33); }

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

background-color css

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

 a { background-color: rgb(204,69,33); }

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

border-color css

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

 span { border-color: rgb(204,69,33); }

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