Html Css Color HEX #CA362B Persian Red

📋 copy color: '#CA362B'

red 202 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #CA362B

Tints of Persian Red #CA362B

RGB

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

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

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

R = 67.56%
G = 18.06%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA362B (or 0xCA362B) is known color: Persian Red. HEX triplet: CA, 36 and 2B. RGB value is (202,54,43). Sum of RGB (Red+Green+Blue) = 202+54+43=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA362B is #35C9D4. Grayscale: #616161. Windows color (decimal): -3525077 or 2832074. OLE color: 2832074.

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

Color convert

RGB 202 54 43 -
CMYK 0 0.73 0.79 0.21
HSL 4.15º 0.65% 0.48% -
HSV(B) 4.15º 0.79% 0.79% -
XYZ 26.11 15.37 3.88 -
YUV 97 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 202 54 43 0 0.73 0.79 0.21 4.15 0.65 0.48
Hex CA 36 2B 0 49 4F 15 4 41 30
Octal 312 66 53 0 111 117 25 4 101 60
Binary 11001010 110110 101011 0 1001001 1001111 10101 100 1000001 110000

Color Harmonies of #CA362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA362B

Black with #CA362B

Text Example


Text Example

White with #CA362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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