Html Css Color HEX #CD433D Persian Red

📋 copy color: '#CD433D'

red 205 ◦ green 67 ◦ blue 61

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

Shades of Persian Red #CD433D

Tints of Persian Red #CD433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 61.56%
G = 20.12%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD433D (or 0xCD433D) is known color: Persian Red. HEX triplet: CD, 43 and 3D. RGB value is (205,67,61). Sum of RGB (Red+Green+Blue) = 205+67+61=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD433D is #32BCC2. Grayscale: #6B6B6B. Windows color (decimal): -3325123 or 4015053. OLE color: 4015053.

HSL color Cylindrical-coordinate representation of color #CD433D: hue angle of 2.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD433D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 67 61 -
CMYK 0 0.67 0.70 0.20
HSL 2.5º 0.59% 0.52% -
HSV(B) 2.5º 0.7% 0.8% -
XYZ 28.03 17.33 6.28 -
YUV 107.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 205 67 61 0 0.67 0.70 0.20 2.5 0.59 0.52
Hex CD 43 3D 0 43 46 14 2 3B 34
Octal 315 103 75 0 103 106 24 2 73 64
Binary 11001101 1000011 111101 0 1000011 1000110 10100 10 111011 110100

Color Harmonies of #CD433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD433D

Black with #CD433D

Text Example


Text Example

White with #CD433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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