Html Css Color HEX #CD3C2B Persian Red

📋 copy color: '#CD3C2B'

red 205 ◦ green 60 ◦ blue 43

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

Shades of Persian Red #CD3C2B

Tints of Persian Red #CD3C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 66.56%
G = 19.48%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD3C2B (or 0xCD3C2B) is known color: Persian Red. HEX triplet: CD, 3C and 2B. RGB value is (205,60,43). Sum of RGB (Red+Green+Blue) = 205+60+43=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C2B is #32C3D4. Grayscale: #656565. Windows color (decimal): -3326933 or 2833613. OLE color: 2833613.

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

Color convert

RGB 205 60 43 -
CMYK 0 0.71 0.79 0.20
HSL 6.3º 0.65% 0.49% -
HSV(B) 6.3º 0.79% 0.8% -
XYZ 27.23 16.39 4.01 -
YUV 101.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 205 60 43 0 0.71 0.79 0.20 6.3 0.65 0.49
Hex CD 3C 2B 0 47 4F 14 6 41 31
Octal 315 74 53 0 107 117 24 6 101 61
Binary 11001101 111100 101011 0 1000111 1001111 10100 110 1000001 110001

Color Harmonies of #CD3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C2B

Black with #CD3C2B

Text Example


Text Example

White with #CD3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C2B; }

 p { color: rgb(205,60,43); }

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

background-color css

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

 a { background-color: rgb(205,60,43); }

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

border-color css

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

 span { border-color: rgb(205,60,43); }

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