Html Css Color HEX #CC501B Trinidad

📋 copy color: '#CC501B'

red 204 ◦ green 80 ◦ blue 27

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

Shades of Trinidad #CC501B

Tints of Trinidad #CC501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 65.59%
G = 25.72%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC501B (or 0xCC501B) is known color: Trinidad. HEX triplet: CC, 50 and 1B. RGB value is (204,80,27). Sum of RGB (Red+Green+Blue) = 204+80+27=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC501B is #33AFE4. Grayscale: #6F6F6F. Windows color (decimal): -3387365 or 1790156. OLE color: 1790156.

HSL color Cylindrical-coordinate representation of color #CC501B: hue angle of 17.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC501B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 27 -
CMYK 0 0.61 0.87 0.2
HSL 17.97º 0.77% 0.45% -
HSV(B) 17.97º 0.87% 0.8% -
XYZ 27.97 18.65 3.16 -
YUV 111.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 204 80 27 0 0.61 0.87 0.2 17.97 0.77 0.45
Hex CC 50 1B 0 3D 57 14 12 4D 2D
Octal 314 120 33 0 75 127 24 22 115 55
Binary 11001100 1010000 11011 0 111101 1010111 10100 10010 1001101 101101

Color Harmonies of #CC501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC501B

Black with #CC501B

Text Example


Text Example

White with #CC501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC501B; }

 p { color: rgb(204,80,27); }

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

background-color css

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

 a { background-color: rgb(204,80,27); }

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

border-color css

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

 span { border-color: rgb(204,80,27); }

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