Html Css Color HEX #CD303D Brick Red

📋 copy color: '#CD303D'

red 205 ◦ green 48 ◦ blue 61

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

Shades of Brick Red #CD303D

Tints of Brick Red #CD303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 65.29%
G = 15.29%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD303D (or 0xCD303D) is known color: Brick Red. HEX triplet: CD, 30 and 3D. RGB value is (205,48,61). Sum of RGB (Red+Green+Blue) = 205+48+61=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD303D is #32CFC2. Grayscale: #606060. Windows color (decimal): -3329987 or 4010189. OLE color: 4010189.

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

Color convert

RGB 205 48 61 -
CMYK 0 0.77 0.70 0.20
HSL 355.03º 0.62% 0.5% -
HSV(B) 355.03º 0.77% 0.8% -
XYZ 27.08 15.43 5.97 -
YUV 96.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 205 48 61 0 0.77 0.70 0.20 355.03 0.62 0.5
Hex CD 30 3D 0 4D 46 14 163 3E 32
Octal 315 60 75 0 115 106 24 543 76 62
Binary 11001101 110000 111101 0 1001101 1000110 10100 101100011 111110 110010

Color Harmonies of #CD303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD303D

Black with #CD303D

Text Example


Text Example

White with #CD303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD303D; }

 p { color: rgb(205,48,61); }

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

background-color css

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

 a { background-color: rgb(205,48,61); }

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

border-color css

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

 span { border-color: rgb(205,48,61); }

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