Html Css Color HEX #CC412D Trinidad

📋 copy color: '#CC412D'

red 204 ◦ green 65 ◦ blue 45

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

Shades of Trinidad #CC412D

Tints of Trinidad #CC412D

RGB

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

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

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

R = 64.97%
G = 20.7%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC412D (or 0xCC412D) is known color: Trinidad. HEX triplet: CC, 41 and 2D. RGB value is (204,65,45). Sum of RGB (Red+Green+Blue) = 204+65+45=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC412D is #33BED2. Grayscale: #686868. Windows color (decimal): -3391187 or 2965964. OLE color: 2965964.

HSL color Cylindrical-coordinate representation of color #CC412D: hue angle of 7.55º 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 #CC412D is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 45 -
CMYK 0 0.68 0.78 0.2
HSL 7.55º 0.64% 0.49% -
HSV(B) 7.55º 0.78% 0.8% -
XYZ 27.27 16.81 4.29 -
YUV 104.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 204 65 45 0 0.68 0.78 0.2 7.55 0.64 0.49
Hex CC 41 2D 0 44 4E 14 8 40 31
Octal 314 101 55 0 104 116 24 10 100 61
Binary 11001100 1000001 101101 0 1000100 1001110 10100 1000 1000000 110001

Color Harmonies of #CC412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC412D

Black with #CC412D

Text Example


Text Example

White with #CC412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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