Html Css Color HEX #CD263E Brick Red

📋 copy color: '#CD263E'

red 205 ◦ green 38 ◦ blue 62

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

Shades of Brick Red #CD263E

Tints of Brick Red #CD263E

RGB

 RED value IS 205 (80.47% from 255) = 67.21%

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

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 67.21%
G = 12.46%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD263E (or 0xCD263E) is known color: Brick Red. HEX triplet: CD, 26 and 3E. RGB value is (205,38,62). Sum of RGB (Red+Green+Blue) = 205+38+62=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD263E is #32D9C1. Grayscale: #5A5A5A. Windows color (decimal): -3332546 or 4073165. OLE color: 4073165.

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

Color convert

RGB 205 38 62 -
CMYK 0 0.81 0.70 0.20
HSL 351.38º 0.69% 0.48% -
HSV(B) 351.38º 0.81% 0.8% -
XYZ 26.74 14.71 5.99 -
YUV 90.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 205 38 62 0 0.81 0.70 0.20 351.38 0.69 0.48
Hex CD 26 3E 0 51 46 14 15F 45 30
Octal 315 46 76 0 121 106 24 537 105 60
Binary 11001101 100110 111110 0 1010001 1000110 10100 101011111 1000101 110000

Color Harmonies of #CD263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD263E

Black with #CD263E

Text Example


Text Example

White with #CD263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD263E; }

 p { color: rgb(205,38,62); }

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

background-color css

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

 a { background-color: rgb(205,38,62); }

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

border-color css

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

 span { border-color: rgb(205,38,62); }

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