Html Css Color HEX #CA403D Persian Red

📋 copy color: '#CA403D'

red 202 ◦ green 64 ◦ blue 61

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

Shades of Persian Red #CA403D

Tints of Persian Red #CA403D

RGB

 RED value IS 202 (79.3% from 255) = 61.77%

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 61.77%
G = 19.57%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA403D (or 0xCA403D) is known color: Persian Red. HEX triplet: CA, 40 and 3D. RGB value is (202,64,61). Sum of RGB (Red+Green+Blue) = 202+64+61=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA403D is #35BFC2. Grayscale: #696969. Windows color (decimal): -3522499 or 4014282. OLE color: 4014282.

HSL color Cylindrical-coordinate representation of color #CA403D: hue angle of 1.28º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA403D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 61 -
CMYK 0 0.68 0.70 0.21
HSL 1.28º 0.57% 0.52% -
HSV(B) 1.28º 0.7% 0.79% -
XYZ 27.03 16.56 6.19 -
YUV 104.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 202 64 61 0 0.68 0.70 0.21 1.28 0.57 0.52
Hex CA 40 3D 0 44 46 15 1 39 34
Octal 312 100 75 0 104 106 25 1 71 64
Binary 11001010 1000000 111101 0 1000100 1000110 10101 1 111001 110100

Color Harmonies of #CA403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA403D

Black with #CA403D

Text Example


Text Example

White with #CA403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA403D; }

 p { color: rgb(202,64,61); }

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

background-color css

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

 a { background-color: rgb(202,64,61); }

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

border-color css

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

 span { border-color: rgb(202,64,61); }

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