Html Css Color HEX #CC263B Brick Red

📋 copy color: '#CC263B'

red 204 ◦ green 38 ◦ blue 59

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

Shades of Brick Red #CC263B

Tints of Brick Red #CC263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 67.77%
G = 12.62%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC263B (or 0xCC263B) is known color: Brick Red. HEX triplet: CC, 26 and 3B. RGB value is (204,38,59). Sum of RGB (Red+Green+Blue) = 204+38+59=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC263B is #33D9C4. Grayscale: #5A5A5A. Windows color (decimal): -3398085 or 3876556. OLE color: 3876556.

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

Color convert

RGB 204 38 59 -
CMYK 0 0.81 0.71 0.2
HSL 352.41º 0.69% 0.47% -
HSV(B) 352.41º 0.81% 0.8% -
XYZ 26.38 14.54 5.55 -
YUV 90.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 204 38 59 0 0.81 0.71 0.2 352.41 0.69 0.47
Hex CC 26 3B 0 51 47 14 160 45 2F
Octal 314 46 73 0 121 107 24 540 105 57
Binary 11001100 100110 111011 0 1010001 1000111 10100 101100000 1000101 101111

Color Harmonies of #CC263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC263B

Black with #CC263B

Text Example


Text Example

White with #CC263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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