Html Css Color HEX #CD362A Persian Red

📋 copy color: '#CD362A'

red 205 ◦ green 54 ◦ blue 42

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

Shades of Persian Red #CD362A

Tints of Persian Red #CD362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 68.11%
G = 17.94%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD362A (or 0xCD362A) is known color: Persian Red. HEX triplet: CD, 36 and 2A. RGB value is (205,54,42). Sum of RGB (Red+Green+Blue) = 205+54+42=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD362A is #32C9D5. Grayscale: #616161. Windows color (decimal): -3328470 or 2766541. OLE color: 2766541.

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

Color convert

RGB 205 54 42 -
CMYK 0 0.74 0.80 0.20
HSL 4.42º 0.66% 0.48% -
HSV(B) 4.42º 0.8% 0.8% -
XYZ 26.91 15.78 3.82 -
YUV 97.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 205 54 42 0 0.74 0.80 0.20 4.42 0.66 0.48
Hex CD 36 2A 0 4A 50 14 4 42 30
Octal 315 66 52 0 112 120 24 4 102 60
Binary 11001101 110110 101010 0 1001010 1010000 10100 100 1000010 110000

Color Harmonies of #CD362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD362A

Black with #CD362A

Text Example


Text Example

White with #CD362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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