Html Css Color HEX #CF1835 Cardinal

📋 copy color: '#CF1835'

red 207 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #CF1835

Tints of Cardinal #CF1835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.45%

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 72.89%
G = 8.45%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF1835 (or 0xCF1835) is known color: Cardinal. HEX triplet: CF, 18 and 35. RGB value is (207,24,53). Sum of RGB (Red+Green+Blue) = 207+24+53=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1835 is #30E7CA. Grayscale: #525252. Windows color (decimal): -3205067 or 3479759. OLE color: 3479759.

HSL color Cylindrical-coordinate representation of color #CF1835: hue angle of 350.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1835 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 53 -
CMYK 0 0.88 0.74 0.19
HSL 350.49º 0.79% 0.45% -
HSV(B) 350.49º 0.88% 0.81% -
XYZ 26.7 14.18 4.7 -
YUV 82.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 207 24 53 0 0.88 0.74 0.19 350.49 0.79 0.45
Hex CF 18 35 0 58 4A 13 15E 4F 2D
Octal 317 30 65 0 130 112 23 536 117 55
Binary 11001111 11000 110101 0 1011000 1001010 10011 101011110 1001111 101101

Color Harmonies of #CF1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1835

Black with #CF1835

Text Example


Text Example

White with #CF1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1835; }

 p { color: rgb(207,24,53); }

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

background-color css

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

 a { background-color: rgb(207,24,53); }

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

border-color css

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

 span { border-color: rgb(207,24,53); }

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