Html Css Color HEX #CC263F Brick Red

📋 copy color: '#CC263F'

red 204 ◦ green 38 ◦ blue 63

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

Shades of Brick Red #CC263F

Tints of Brick Red #CC263F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.66%

R = 66.89%
G = 12.46%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC263F (or 0xCC263F) is known color: Brick Red. HEX triplet: CC, 26 and 3F. RGB value is (204,38,63). Sum of RGB (Red+Green+Blue) = 204+38+63=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC263F is #33D9C0. Grayscale: #5A5A5A. Windows color (decimal): -3398081 or 4138700. OLE color: 4138700.

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

Color convert

RGB 204 38 63 -
CMYK 0 0.81 0.69 0.2
HSL 350.96º 0.69% 0.47% -
HSV(B) 350.96º 0.81% 0.8% -
XYZ 26.49 14.58 6.12 -
YUV 90.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 204 38 63 0 0.81 0.69 0.2 350.96 0.69 0.47
Hex CC 26 3F 0 51 45 14 15F 45 2F
Octal 314 46 77 0 121 105 24 537 105 57
Binary 11001100 100110 111111 0 1010001 1000101 10100 101011111 1000101 101111

Color Harmonies of #CC263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC263F

Black with #CC263F

Text Example


Text Example

White with #CC263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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