Html Css Color HEX #CD362E Persian Red

📋 copy color: '#CD362E'

red 205 ◦ green 54 ◦ blue 46

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

Shades of Persian Red #CD362E

Tints of Persian Red #CD362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 67.21%
G = 17.7%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD362E (or 0xCD362E) is known color: Persian Red. HEX triplet: CD, 36 and 2E. RGB value is (205,54,46). Sum of RGB (Red+Green+Blue) = 205+54+46=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD362E is #32C9D1. Grayscale: #626262. Windows color (decimal): -3328466 or 3028685. OLE color: 3028685.

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

Color convert

RGB 205 54 46 -
CMYK 0 0.74 0.78 0.20
HSL 3.02º 0.63% 0.49% -
HSV(B) 3.02º 0.78% 0.8% -
XYZ 26.99 15.81 4.21 -
YUV 98.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 205 54 46 0 0.74 0.78 0.20 3.02 0.63 0.49
Hex CD 36 2E 0 4A 4E 14 3 3F 31
Octal 315 66 56 0 112 116 24 3 77 61
Binary 11001101 110110 101110 0 1001010 1001110 10100 11 111111 110001

Color Harmonies of #CD362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD362E

Black with #CD362E

Text Example


Text Example

White with #CD362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD362E; }

 p { color: rgb(205,54,46); }

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

background-color css

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

 a { background-color: rgb(205,54,46); }

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

border-color css

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

 span { border-color: rgb(205,54,46); }

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