Html Css Color HEX #CF023A Crimson

📋 copy color: '#CF023A'

red 207 ◦ green 2 ◦ blue 58

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

Shades of Crimson #CF023A

Tints of Crimson #CF023A

RGB

 RED value IS 207 (81.25% from 255) = 77.53%

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 77.53%
G = 0.75%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF023A (or 0xCF023A) is known color: Crimson. HEX triplet: CF, 02 and 3A. RGB value is (207,2,58). Sum of RGB (Red+Green+Blue) = 207+2+58=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF023A is #30FDC5. Grayscale: #454545. Windows color (decimal): -3210694 or 3801807. OLE color: 3801807.

HSL color Cylindrical-coordinate representation of color #CF023A: hue angle of 343.61º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF023A is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 58 -
CMYK 0 0.99 0.72 0.19
HSL 343.61º 0.98% 0.41% -
HSV(B) 343.61º 0.99% 0.81% -
XYZ 26.52 13.61 5.23 -
YUV 69.68 121.42 225.95 -
System Red Green Blue C M Y K H S L
Decimal 207 2 58 0 0.99 0.72 0.19 343.61 0.98 0.41
Hex CF 2 3A 0 63 48 13 158 62 29
Octal 317 2 72 0 143 110 23 530 142 51
Binary 11001111 10 111010 0 1100011 1001000 10011 101011000 1100010 101001

Color Harmonies of #CF023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF023A

Black with #CF023A

Text Example


Text Example

White with #CF023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF023A; }

 p { color: rgb(207,2,58); }

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

background-color css

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

 a { background-color: rgb(207,2,58); }

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

border-color css

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

 span { border-color: rgb(207,2,58); }

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