Html Css Color HEX #CD224B Old Rose

📋 copy color: '#CD224B'

red 205 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #CD224B

Tints of Old Rose #CD224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 65.29%
G = 10.83%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD224B (or 0xCD224B) is known color: Old Rose. HEX triplet: CD, 22 and 4B. RGB value is (205,34,75). Sum of RGB (Red+Green+Blue) = 205+34+75=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD224B is #32DDB4. Grayscale: #595959. Windows color (decimal): -3333557 or 4924109. OLE color: 4924109.

HSL color Cylindrical-coordinate representation of color #CD224B: hue angle of 345.61º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD224B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 34 75 -
CMYK 0 0.83 0.63 0.20
HSL 345.61º 0.72% 0.47% -
HSV(B) 345.61º 0.83% 0.8% -
XYZ 27.02 14.63 8.06 -
YUV 89.8 119.65 210.17 -
System Red Green Blue C M Y K H S L
Decimal 205 34 75 0 0.83 0.63 0.20 345.61 0.72 0.47
Hex CD 22 4B 0 53 3F 14 15A 48 2F
Octal 315 42 113 0 123 77 24 532 110 57
Binary 11001101 100010 1001011 0 1010011 111111 10100 101011010 1001000 101111

Color Harmonies of #CD224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD224B

Black with #CD224B

Text Example


Text Example

White with #CD224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD224B; }

 p { color: rgb(205,34,75); }

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

background-color css

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

 a { background-color: rgb(205,34,75); }

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

border-color css

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

 span { border-color: rgb(205,34,75); }

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