Html Css Color HEX #CA362D Persian Red

📋 copy color: '#CA362D'

red 202 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #CA362D

Tints of Persian Red #CA362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 67.11%
G = 17.94%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA362D (or 0xCA362D) is known color: Persian Red. HEX triplet: CA, 36 and 2D. RGB value is (202,54,45). Sum of RGB (Red+Green+Blue) = 202+54+45=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA362D is #35C9D2. Grayscale: #616161. Windows color (decimal): -3525075 or 2963146. OLE color: 2963146.

HSL color Cylindrical-coordinate representation of color #CA362D: hue angle of 3.44º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA362D is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 45 -
CMYK 0 0.73 0.78 0.21
HSL 3.44º 0.64% 0.48% -
HSV(B) 3.44º 0.78% 0.79% -
XYZ 26.15 15.38 4.07 -
YUV 97.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 202 54 45 0 0.73 0.78 0.21 3.44 0.64 0.48
Hex CA 36 2D 0 49 4E 15 3 40 30
Octal 312 66 55 0 111 116 25 3 100 60
Binary 11001010 110110 101101 0 1001001 1001110 10101 11 1000000 110000

Color Harmonies of #CA362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA362D

Black with #CA362D

Text Example


Text Example

White with #CA362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA362D; }

 p { color: rgb(202,54,45); }

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

background-color css

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

 a { background-color: rgb(202,54,45); }

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

border-color css

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

 span { border-color: rgb(202,54,45); }

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