Html Css Color HEX #CC283B Brick Red

📋 copy color: '#CC283B'

red 204 ◦ green 40 ◦ blue 59

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

Shades of Brick Red #CC283B

Tints of Brick Red #CC283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 67.33%
G = 13.2%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC283B (or 0xCC283B) is known color: Brick Red. HEX triplet: CC, 28 and 3B. RGB value is (204,40,59). Sum of RGB (Red+Green+Blue) = 204+40+59=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC283B is #33D7C4. Grayscale: #5B5B5B. Windows color (decimal): -3397573 or 3877068. OLE color: 3877068.

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

Color convert

RGB 204 40 59 -
CMYK 0 0.80 0.71 0.2
HSL 353.05º 0.67% 0.48% -
HSV(B) 353.05º 0.8% 0.8% -
XYZ 26.45 14.67 5.58 -
YUV 91.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 204 40 59 0 0.80 0.71 0.2 353.05 0.67 0.48
Hex CC 28 3B 0 50 47 14 161 43 30
Octal 314 50 73 0 120 107 24 541 103 60
Binary 11001100 101000 111011 0 1010000 1000111 10100 101100001 1000011 110000

Color Harmonies of #CC283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC283B

Black with #CC283B

Text Example


Text Example

White with #CC283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC283B; }

 p { color: rgb(204,40,59); }

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

background-color css

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

 a { background-color: rgb(204,40,59); }

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

border-color css

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

 span { border-color: rgb(204,40,59); }

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