Html Css Color HEX #CB362A Persian Red

📋 copy color: '#CB362A'

red 203 ◦ green 54 ◦ blue 42

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

Shades of Persian Red #CB362A

Tints of Persian Red #CB362A

RGB

 RED value IS 203 (79.69% from 255) = 67.89%

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

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 67.89%
G = 18.06%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB362A (or 0xCB362A) is known color: Persian Red. HEX triplet: CB, 36 and 2A. RGB value is (203,54,42). Sum of RGB (Red+Green+Blue) = 203+54+42=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB362A is #34C9D5. Grayscale: #616161. Windows color (decimal): -3459542 or 2766539. OLE color: 2766539.

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

Color convert

RGB 203 54 42 -
CMYK 0 0.73 0.79 0.20
HSL 4.47º 0.66% 0.48% -
HSV(B) 4.47º 0.79% 0.8% -
XYZ 26.37 15.5 3.79 -
YUV 97.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 203 54 42 0 0.73 0.79 0.20 4.47 0.66 0.48
Hex CB 36 2A 0 49 4F 14 4 42 30
Octal 313 66 52 0 111 117 24 4 102 60
Binary 11001011 110110 101010 0 1001001 1001111 10100 100 1000010 110000

Color Harmonies of #CB362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB362A

Black with #CB362A

Text Example


Text Example

White with #CB362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB362A; }

 p { color: rgb(203,54,42); }

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

background-color css

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

 a { background-color: rgb(203,54,42); }

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

border-color css

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

 span { border-color: rgb(203,54,42); }

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