Html Css Color HEX #CB084B Crimson

📋 copy color: '#CB084B'

red 203 ◦ green 8 ◦ blue 75

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

Shades of Crimson #CB084B

Tints of Crimson #CB084B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 75 (29.69% from 255) = 26.22%

R = 70.98%
G = 2.8%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB084B (or 0xCB084B) is known color: Crimson. HEX triplet: CB, 08 and 4B. RGB value is (203,8,75). Sum of RGB (Red+Green+Blue) = 203+8+75=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB084B is #34F7B4. Grayscale: #494949. Windows color (decimal): -3471285 or 4917451. OLE color: 4917451.

HSL color Cylindrical-coordinate representation of color #CB084B: hue angle of 339.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB084B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 75 -
CMYK 0 0.96 0.63 0.20
HSL 339.38º 0.92% 0.41% -
HSV(B) 339.38º 0.96% 0.8% -
XYZ 25.99 13.38 7.87 -
YUV 73.94 128.6 220.05 -
System Red Green Blue C M Y K H S L
Decimal 203 8 75 0 0.96 0.63 0.20 339.38 0.92 0.41
Hex CB 8 4B 0 60 3F 14 153 5C 29
Octal 313 10 113 0 140 77 24 523 134 51
Binary 11001011 1000 1001011 0 1100000 111111 10100 101010011 1011100 101001

Color Harmonies of #CB084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB084B

Black with #CB084B

Text Example


Text Example

White with #CB084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB084B; }

 p { color: rgb(203,8,75); }

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

background-color css

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

 a { background-color: rgb(203,8,75); }

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

border-color css

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

 span { border-color: rgb(203,8,75); }

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