Html Css Color HEX #CC4427 Trinidad

📋 copy color: '#CC4427'

red 204 ◦ green 68 ◦ blue 39

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

Shades of Trinidad #CC4427

Tints of Trinidad #CC4427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 65.59%
G = 21.86%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC4427 (or 0xCC4427) is known color: Trinidad. HEX triplet: CC, 44 and 27. RGB value is (204,68,39). Sum of RGB (Red+Green+Blue) = 204+68+39=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4427 is #33BBD8. Grayscale: #696969. Windows color (decimal): -3390425 or 2573516. OLE color: 2573516.

HSL color Cylindrical-coordinate representation of color #CC4427: hue angle of 10.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC4427 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 68 39 -
CMYK 0 0.67 0.81 0.2
HSL 10.55º 0.68% 0.48% -
HSV(B) 10.55º 0.81% 0.8% -
XYZ 27.34 17.12 3.78 -
YUV 105.36 90.56 198.36 -
System Red Green Blue C M Y K H S L
Decimal 204 68 39 0 0.67 0.81 0.2 10.55 0.68 0.48
Hex CC 44 27 0 43 51 14 B 44 30
Octal 314 104 47 0 103 121 24 13 104 60
Binary 11001100 1000100 100111 0 1000011 1010001 10100 1011 1000100 110000

Color Harmonies of #CC4427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4427

Black with #CC4427

Text Example


Text Example

White with #CC4427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4427; }

 p { color: rgb(204,68,39); }

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

background-color css

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

 a { background-color: rgb(204,68,39); }

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

border-color css

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

 span { border-color: rgb(204,68,39); }

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